Bug fixed for persisting background image when using `Remover` as python API. Issue 36 has been resolved by this update.
1.2.8
Webcam input is not stable in current release, so we're unloading `pyvirtualcam` dependency from the main release. Users who want webcam support now may install with extra `webcam` dependency.
pip install transparent-background[webcam]
Without this dependency option, it will not download the `pyvirtualcam` and disable webcam input.
1.2.7
* Moving hard coded configuration to config file - Adding http proxy support (Contributed by bombless) - Suppress md5 checksum if needed - Custom download url (google drive only) * Nightly checkpoint support - use `--mode base-nightly` argument * Minor bug fixes
1.2.4
New usages for `type` argument * `white` for changing background color white * something like `[255,0,0]` for changing background color with certain color code `[R,G,B]`
This update has been made by symbiote-research
1.2.1
* You can now choose other checkpoint by using `--ckpt` argument for command-line tool. Please refer to [Model Zoo](https://github.com/plemeri/InSPyReNet/blob/main/docs/model_zoo.md) from [InSPyReNet](https://github.com/plemeri/InSPyReNet) for available pre-trained checkpoints. * Readme update
1.2.0
* Support `Torchscript` mode * Better verbose for command-line tool