Skip to content

Releases: plemeri/transparent-background

v.1.2.0

14 Dec 12:55
Compare
Choose a tag to compare
  • Support Torchscript mode
  • Better verbose for command-line tool

1.1.5.dev1

07 Dec 02:40
Compare
Choose a tag to compare
  • onnx support for base only
  • fix opencv issue

v1.1.5.1

07 Dec 02:14
Compare
Choose a tag to compare
  • update checkpoint

v1.1.5

06 Dec 07:21
Compare
Choose a tag to compare
  • update checkpoint trained with more data (including DIS5K dataset)

v1.1.4

01 Dec 07:35
Compare
Choose a tag to compare
  • visualize webcam output if virtual cam backend is unavailable.
  • fix usage.py for python API usage.

v1.1.3

30 Nov 04:06
Compare
Choose a tag to compare
  • Update Windows / macOS webcam usage.
  • Add real-time visualization for webcam usage if there's no virtual webcam backend.
  • Update readme

v1.1.2

29 Nov 13:15
Compare
Choose a tag to compare

Hot fix: error for webcam using another image to change background fixed

v1.1.1

29 Nov 12:40
Compare
Choose a tag to compare

Hot Fix: error for naming default output filename for using another image as a background is fixed.

v1.1.0

29 Nov 11:59
Compare
Choose a tag to compare
  • macOS support
  • Webcam input support for Linux (not working for Windows, macOS. See pyvirtualcam for details.)
  • Fast mode is now available. Quality may decrease but increases inference speed and reduces gpu memory usage. Use --fast argument for command-line usage.

v1.0.3

28 Nov 06:00
Compare
Choose a tag to compare
  • Add windows compatibility by removing os dependent scripts & directories.