Skip to content

Releases: Synthesis-AI-Dev/exr-info

Cryptomatte segments optimization

13 Aug 20:22
Compare
Choose a tag to compare

Optimizing cryptomatte to segments output logic to composite the output iteratively from individual masks instead of loading all masks simultaneously to build the composite from. This significantly reduces the memory footprint.

v2.2.0

25 Feb 23:56
40a360b
Compare
Choose a tag to compare
  • Changes so we can read masks from any crytomatte definition, by its name.

v2.1.0

23 Feb 22:09
4223e71
Compare
Choose a tag to compare

Hotfix for multiple cryptomatte definitions.
Segments is taken from only the definition named as "cryptomatte". Everything else is ignored for now.

v2.0.0

12 Feb 02:06
38a502b
Compare
Choose a tag to compare

Supports v2.0.0 of exr2png.

  • Added cryptomattes into this repo itself.
  • Refactored to add in cryptommate related methods
  • Added convenience methods such as to read channels and return numpy arrays

v1.0.1

02 Dec 19:54
Compare
Choose a tag to compare
  • Fixed dependencies in setup.py

v1.0.0

09 Oct 21:09
bad8df6
Compare
Choose a tag to compare

First stable release