rembg icon indicating copy to clipboard operation
rembg copied to clipboard

Rembg is a tool to remove images background

Results 105 rembg issues
Sort by recently updated
recently updated
newest added

When I first installed rembg it worked on an image. Then it stopped working when I tried the "p" parameter. Not sure what I did. I keep getting errors that...

bug

rembg i -m sam -x '{ "sam_prompt": [{"type": "point", "data": [72, 74], "label": 0}] }' dd.png dd5.png Traceback (most recent call last): File "/home/joker/anaconda3/bin/rembg", line 5, in from rembg.cli import...

bug
stale

**Describe the bug** Each time , the remove() be innovated. There is a warning msg on Mac "2024-02-14 19:55:43.401389 [W:onnxruntime:, coreml_execution_provider.cc:81 GetCapability] CoreMLExecutionProvider::GetCapability, number of partitions supported by CoreML: 67...

bug

Thanks for your excellent work firstly! I use rembg as a library, and model_name is "u2net.onnx"。I found the out image is very different from the result of API "https://photoroom.com/api". So,...

```python import onnxruntime as ort import tensorrt import torch from datetime import datetime print('onnxruntime:', ort.get_device()) print('onnxruntime_version:', ort.__version__) print('tensorrt:', tensorrt.__version__) print('CUDA:',torch.version.cuda) print('Pytorch:',torch.__version__) print('cuda is_available:','available' if(torch.cuda.is_available()) else 'unavailable') print('device_count:',torch.cuda.device_count()) print('device_name:',torch.cuda.get_device_name()) from rembg...

stale

**Describe the bug** I recently installed rembg, but I can't seem to get it to work, I get an error: `FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Christiaan\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python312\\site-packages\\pymatting\\foreground\\__pycache__\\estimate_foreground_ml._resize_nearest_multichannel-5.py312.nbi.tmp.337f20db5a1b4261'` **To...

bug

Hello, this is a great piece of software, I also managed to train my model and works good. For testing purposes I'd like to run rembg with and without GPU...

enhancement

Hi Daniel, Thanks for this amazing library. It has been really useful! I was reading the advance usages and I saw you wrote _alpha metting_ instead of _alpha matting_ in...

It would be awesome if you could add Apple Silicon / MPS support to this project. Thanks in advance for your consideration.

enhancement

**Describe the bug** When using the API, it sometimes gets stuck and the request never completes. The terminal shows an error message when this happens. python 3.11 **Images** **OS Version:**...

bug