Tue, 14 May 2024 21:15:28 UTC | login

Information for build bcd-1.1-8.20180610gitd94c9fa.fc37

ID214663
Package Namebcd
Version1.1
Release8.20180610gitd94c9fa.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/bcd.git#0f24f8eeca48a4e6ba436d4cd6c23b93b78a4d78
SummaryBayesian Collaborative Denoiser for Monte-Carlo Rendering
DescriptionBCD allows to denoise images rendered with Monte Carlo path tracing and provided in the form of their samples statistics (average, distribution and covariance of per-pixel color samples). BCD can run in CPU (e.g., renderfarm) or GPU (e.g., desktop) mode. It can be integrated as a library to any Monte Carlo renderer, using the provided sample accumulator to interface the Monte Carlo simulation with the BCD internals, and comes with a graphics user interface for designing interactively the denoising parameters, which can be saved in JSON format and later reused in batch. BCD has been designed for easy integration and low invasiveness in the host renderer, in a high spp context (production rendering). There are at least three ways to integrate BCD in a rendering pipeline, by either: * Dumping all samples in a raw file, using the raw2bcd tool to generate the rendering statistics from this file and then running the BCD using the CLI tool. * Exporting the mandatory statistics from the rendering loop in EXR format and running the BCD CLI tool to obtain a denoised image. * Directly integrating the BCD library into the renderer, using the sample accumulator to post samples to BCD during the path tracing and denoising the accumulated values after rendering using the library.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 27 Oct 2022 07:26:45 UTC
CompletedThu, 27 Oct 2022 07:49:59 UTC
Taskbuild (f37, /rpms/bcd.git:0f24f8eeca48a4e6ba436d4cd6c23b93b78a4d78)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/bcd.git#0f24f8eeca48a4e6ba436d4cd6c23b93b78a4d78'}}
Tags
f37
f38
RPMs
src
bcd-1.1-8.20180610gitd94c9fa.fc37.src.rpm (info) (download)
riscv64
bcd-1.1-8.20180610gitd94c9fa.fc37.riscv64.rpm (info) (download)
bcd-cli-1.1-8.20180610gitd94c9fa.fc37.riscv64.rpm (info) (download)
bcd-devel-1.1-8.20180610gitd94c9fa.fc37.riscv64.rpm (info) (download)
bcd-cli-debuginfo-1.1-8.20180610gitd94c9fa.fc37.riscv64.rpm (info) (download)
bcd-debuginfo-1.1-8.20180610gitd94c9fa.fc37.riscv64.rpm (info) (download)
bcd-debugsource-1.1-8.20180610gitd94c9fa.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-8.20180610gitd94c9fa - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-7.20180610gitd94c9fa - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Aug 01 2021 Richard Shaw <hobbes1069@gmail.com> - 1.1-6.20180610gitd94c9fa - Move to openexr2 compat package. * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-5.20180610gitd94c9fa - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-4.20180610gitd94c9fa - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jan 12 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1-3.20180610gitd94c9fa - rebuild against New OpenEXR * Sat Nov 07 2020 Nicolas Chauvet <kwizart@gmail.com> - 1.1-2.20180610gitd94c9fa - Improve patch description - Enforce soversion - Mention AGPLv3+