Releases: plemeri/transparent-background
Releases · plemeri/transparent-background
v1.2.1
- You can now choose other checkpoint by using
--ckpt
argument for command-line tool. Please refer to Model Zoo from InSPyReNet for available pre-trained checkpoints.
- Readme update
v.1.2.0
- Support
Torchscript
mode
- Better verbose for command-line tool
1.1.5.dev1
- onnx support for
base
only
- fix opencv issue
v1.1.5
- update checkpoint trained with more data (including DIS5K dataset)
v1.1.4
- visualize webcam output if virtual cam backend is unavailable.
- fix
usage.py
for python API usage.
v1.1.3
- Update Windows / macOS webcam usage.
- Add real-time visualization for webcam usage if there's no virtual webcam backend.
- Update readme
v1.1.2
Hot fix: error for webcam using another image to change background fixed
v1.1.1
Hot Fix: error for naming default output filename for using another image as a background is fixed.
v1.1.0
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.