danielgatis / rembg

Rembg is a tool to remove images background
MIT License
15.39k stars 1.75k forks source link

Minimal dependencies? #639

Open dheera opened 4 weeks ago

dheera commented 4 weeks ago

This library force-installs opencv-python-headless, tqdm, and a whole lot of other seemingly unneeded libraries. Is there a way to install this minimally? I want to use the head-ful version of opencv in a project and this conflicts with that.

Actually it would be nice if this could be done with torch being the only dependency.