Skip to content

Releases: DeclanRussell/IntelOIDenoiser

Minor Release - Upgrade OIDN version to 1.4.0

06 Jun 16:22

Choose a tag to compare

Enhancements

  • Upgraded OIDN version to 1.4.0 see release notes for details.
  • Added the -clean_aux flag. 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

02 May 17:02

Choose a tag to compare

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 -v has 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

07 Feb 14:10

Choose a tag to compare

Enhancements

Minor Release - Upgrade OIDN version to 1.2.0

12 Apr 11:16

Choose a tag to compare

Enhancements

Minor Release - Upgrade OIDN version and add maxmem option

25 Sep 05:16

Choose a tag to compare

Enhancements

  • Upgraded OIDN version to 1.0.0 see release notes for details.
  • Added a maxmem option 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

19 Apr 15:00

Choose a tag to compare

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

  • Fixed the slicing of exceptions. Error messages should now print correctly. 12
  • Added a work around for an issue that was causing the denoiser not to exit on windows 7. This work around was copied from here 13

Initial Release 1.0

02 Mar 13:21

Choose a tag to compare

Initial release of the application with all the basic functionality. Please read README for further information.