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

**Is your feature request related to a problem? Please describe.** I deployed a small **_fastapi_** service that removes the background of images on **google cloud** run and every time it...

enhancement
stale

This pull request adds a test file (`test_file.txt`) with some initial content. This file can be used for testing purposes as part of our ongoing development.

2024-09-07 14:23:35.189200391 [E:onnxruntime:Default, provider_bridge_ort.cc:1978 TryGetProviderInfo_TensorRT] /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1637 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to load library libonnxruntime_providers_tensorrt.so with error: libcublas.so.12: cannot open shared object file: No such file...

bug

I tried using the GPU version of Rembg for video capture processing. I called the API according to the documentation: ``` while cap.isOpened(): ret, frame = cap.read() if not ret:...

bug

**Describe the bug** I've tried pip installing both on my docker container and my local machine and llvmlite does not build. Also already tried updating pip **To Reproduce** Steps to...

bug

**Describe the bug** Whenever I open the app, it reads "Something went wrong. Error: Cannot read properties of null (reading '0')" **To Reproduce** Steps to reproduce the behavior: 1. Use...

bug

**Describe the bug** Program executes, but throws warnings each time. The TBB threading layer requires TBB version 2021 update 6 or later **To Reproduce** rembg --help will generate this warning....

bug

**Is your feature request related to a problem? Please describe.** rembg is not installable on any python 3.13 release candidate **Describe the solution you'd like** Adjust `python_requires=">=3.8, =3.8,

enhancement

When I trained my U2net model and wanted to use it to run Rembg, I initially used the method described by the author in README.md `rembg i -m u2net_custom -x...

Debian GNU/Linux 12 (bookworm) x86_64 Python 3.12.5 rembg, version 2.0.66 source: ![Image](https://github.com/user-attachments/assets/35f448ef-dec0-4320-b336-6293f9c90112) output: ![Image](https://github.com/user-attachments/assets/8eed2d50-4585-4a87-b320-bf9c09afd65d)

bug