Releases: DeclanRussell/IntelOIDenoiser
Releases · DeclanRussell/IntelOIDenoiser
Minor Release - Upgrade OIDN version to 1.4.0
Enhancements
- Upgraded OIDN version to 1.4.0 see release notes for details.
- Added the
-clean_auxflag. This can improve denoising quality but assumes that all feature AOVs are noiseless. If AOVs are noisy when using this option, results can be worse.
Minor Release - Improved logging
Enhancements
- Improved the formatting of the logging. Each message now has timestamps and error tags.
- Support for the denoiser progress callback has been added as requested by @Xed89 in #4. This means that the tool can now log the progress of the denoiser as it executes.
- The option
-vhas been added to control the log verbosity as requested by @ChristopheMoreau in #3. Currently there are 3 settings which behave as follows,- 0 - Log disabled
- 1 - Simple log. Contains significant events and basic stats.
- 2 - Full log. All events and filter denoising progress.
Minor Release - Upgrade OIDN version to 1.3.0
Enhancements
- Upgraded OIDN version to 1.3.0 see release notes for details.
Minor Release - Upgrade OIDN version to 1.2.0
Enhancements
- Upgraded OIDN version to 1.0.0 see release notes for details.
Minor Release - Upgrade OIDN version and add maxmem option
Enhancements
- Upgraded OIDN version to 1.0.0 see release notes for details.
- Added a
maxmemoption to the command line that will limit the memory used by the denoiser in MB. Restricting this can lead to poorer performance.
Minor Release - Profiling and bug fixes
Enhancements
- Minor profiling stats - The denoiser will now print in seconds how long the denoiser took to execute. Along with this a new -repeat flag has been added to the command line parameters so that you can repeat the execution N times. This is useful to get accurate stats on the performance of the denoiser.
Bug Fixes
Initial Release 1.0
Initial release of the application with all the basic functionality. Please read README for further information.