rembg
rembg copied to clipboard
Rembg is a tool to remove images background
Hello, The alpha matting parameter is great but I need them to be used from python code to integrate with my existing app. Thanks!
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
**My confusions** You have mentioned different pretrained dataset and drive link and said they are stored in .u2net folder. But its unclear wheather if we just download others (general one...
Hi there. I'm running the rembg Dockerfile image (2.xx GB) on Google Cloud Run, which works pretty good. However, I've created a custom Docker image with Python-slim (0.5GB) to keep...
Hi, trying to install the library but getting an error, can you help? Thanks The conflict is caused by: rembg 2.0.25 depends on numpy==1.21.6 rembg 2.0.24 depends on numpy==1.21.6 To...
As server it can control the alpha parameters But in the demo of python libs: ''' input = Image.open(path) output = remove(input) ''' Pls tell me where can i select...
I get this error when trying to install it: ERROR: Cannot install rembg[gpu]==2.0.24 and rembg[gpu]==2.0.25 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
The following error happens even if OMP_NUM_THREADS was set: RuntimeError: /onnxruntime_src/onnxruntime/core/platform/posix/env.cc:183 onnxruntime{anonymous}::PosixThread::PosixThread(const char*, int, unsigned int (*)(int, Eigen::ThreadPoolInterface*), Eigen::ThreadPoolInterface*, const onnxruntime::ThreadOptions&) pthread_setaffinity_np failed, error code: 0 error msg: I fixed...
Remove() no longer works because the new PIL version no longer supports the "Resampling" method. Line 21 in session_base.py should be changed to: im = img.convert("RGB").resize(size, Image.LANCZOS) Thanks :)
It is a bad practice in GNU/Linux to keep some dot files in the home directory. There is an [XDG standard](https://specifications.freedesktop.org/basedir-spec/latest/ar01s02.html) that says that the directory to store user data...