plemeri / transparent-background

This is a background removing tool powered by InSPyReNet (ACCV 2022)
MIT License
682 stars 73 forks source link

is a non Non Jit Version available #55

Closed Satyaexp closed 5 months ago

Satyaexp commented 7 months ago

The current app i am working on works fine with the core Inspyrenet codebase and datasets, as discussed before there were issues in a few images where bodies were getting cut. Your suggestion to use base-nightly ckpt works fine with those images. the only precondition is to use JIT. is there a version without JIT that can do the same

plemeri commented 6 months ago

Yes you can if you modify just a little bit. comment out below lines and install locally. https://github.com/plemeri/transparent-background/blob/b503b70ed8be04a8f67314605b26f840d4366a9a/transparent_background/Remover.py#L120-L123