Skip to content

Releases: plemeri/transparent-background

v1.2.12

12 Jan 09:42
Compare
Choose a tag to compare

Migration from google drive to github release for downloading pre-trained checkpoints

  • Due to instability of gdown module, we changed default download method to wget
  • Please remove config.yaml from $HOME/.transparent_background folder before upgrading to this release.
  • Also consider downloading checkpoint files from this release page if problem persists. Download and move .pth files to $HOME/.transparent_background.

Full Changelog: 1.2.9...1.2.12

v1.2.9

20 Oct 11:12
Compare
Choose a tag to compare

Bug fixed for persisting background image when using Remover as python API.
Issue #36 has been resolved by this update.

v1.2.8

19 Oct 09:44
Compare
Choose a tag to compare

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

26 Sep 01:34
Compare
Choose a tag to compare
  • 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

24 May 07:38
Compare
Choose a tag to compare

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

v1.2.1

23 Dec 06:34
Compare
Choose a tag to compare
  • 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

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)