Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 23:50
· 278 commits to master since this release

Added

  • Added support for all RGB formats including float.

Changed

  • Heavily improved main model execution code.
  • Replace current chunk system with a seamless chunk system using overlap.
  • Add self-chaining system, calls can be made directly after another.
  • Made torch dependency optional and pointed directly to torch+cuda.
    This is due to conflicting kinds of torch installation methods.

Removed

  • Remove JetBrains .idea folder, added to gitignore.

Fixed

  • Only transpose C for RGB if it's 3-channels.