-
Hi,
I've been trying to use the soft from WSL, the mask creation with -mk argument seems fine, but everytime I try to remove background with the -tv argument, the output file weighs 0kB.
I don't…
-
thank you for share this code and model.
I tested with a single image and it worked.
but when i tested in video, it failed. (use -tv option).
output video have 0kb.
I try to upgrade ffmpeg ver…
-
After successfully installing `backroundremover`, I am running into the following issue when running it:
```
[arjan@cure:bgRemove]% backgroundremover -i 'input.jpg' 'out.png'
Failed to import ahead…
av01d updated
3 years ago
-
Hello
Thanks for this great effort!
I am running the below code to remove a background from a video, but I am getting the below error.
JSONDecodeError: Expecting value: line 2 column 1 (char…
-
failing out while removing background image
```
uname -a
5.8.0-3-amd64 #1 SMP Debian 5.8.14-1~mx19+2 (2020-10-25) x86_64 GNU/Linux
```
```
backgroundremover -i ./final_sign.jpeg -a -ae 15 …
-
YEah that is a bit of a dead end right there....
-
How does it work?
Would it be possible to add a paragraph to the main README.md?
I am not looking for a detailed 1:1 source code explanation, but just
the main gist of how the correct pixels ar…
-
Pickle is not the best choice for storing data like this. The problem is that pickle differs between Python versions. With Python 3.9 I'm getting this for example:
```
[...]/python3.9/site-package…
-
Hello,
The installation works very well comapred to official SDK that have a lot of link error. Thanks !
Could you provide a sample to perform a "green screen" effect ? In Nutshell it's displaying…