nadermx / backgroundremover

Background Remover lets you Remove Background from images and video using AI with a simple command line interface that is free and open source.
https://www.backgroundremoverai.com
MIT License
6.46k stars 538 forks source link

Try decreasing discard_threshold or start with a larger shift error #55

Closed 343intact closed 1 year ago

343intact commented 1 year ago

downloading part 1 of u2net finished downloading part 1 of u2net downloading part 2 of u2net finished downloading part 2 of u2net downloading part 3 of u2net finished downloading part 3 of u2net downloading part 4 of u2net finished downloading part 4 of u2net PERFORMANCE WARNING: Thresholded incomplete Cholesky decomposition failed due to insufficient positive-definiteness of matrix A with parameters: discard_threshold = 1.000000e-04 shift = 0.000000e+00 Try decreasing discard_threshold or start with a larger shift

343intact commented 1 year ago

Running on windows 10, everything else as usual

nadermx commented 1 year ago

Are you using the pip install or installing from the git?

El mar, 28 de feb de 2023 06:06, 343intact @.***> escribió:

Running on windows 10, everything else as usual

— Reply to this email directly, view it on GitHub https://github.com/nadermx/backgroundremover/issues/55#issuecomment-1448070048, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYACXBGEIEC63MGRNIWZMLWZXS5JANCNFSM6AAAAAAVKUGWZM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

343intact commented 1 year ago

Are you using the pip install or installing from the git? El mar, 28 de feb de 2023 06:06, 343intact @.> escribió: Running on windows 10, everything else as usual — Reply to this email directly, view it on GitHub <#55 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYACXBGEIEC63MGRNIWZMLWZXS5JANCNFSM6AAAAAAVKUGWZM . You are receiving this because you are subscribed to this thread.Message ID: @.>

Uhhhhhhhhhhhhhhhhhhhhh, I'm decently sure I just ran pip install backgroundremover and moved folder to D, that was it

343intact commented 1 year ago

So, any help?

nadermx commented 1 year ago

Run pip install --upgrade backgroundremover

343intact commented 1 year ago

Hey man, sorry for taking so long to reply. Just ran everything, updated bgremover, reinstalled Pillow, ran Poweshell in admin mode and got the same issue. Same image as the last time and everything's the same:

PS D:\Programs\backgroundremover-main> python -m backgroundremover.cmd.cli -i "D:\Downloads\Telegram\photo_2023-01-11_12-17-09.jpg" -a -ae 15 -o "meow.png" meow.png downloading part 1 of u2net finished downloading part 1 of u2net downloading part 2 of u2net finished downloading part 2 of u2net downloading part 3 of u2net finished downloading part 3 of u2net downloading part 4 of u2net finished downloading part 4 of u2net PERFORMANCE WARNING: Thresholded incomplete Cholesky decomposition failed due to insufficient positive-definiteness of matrix A with parameters: discard_threshold = 1.000000e-04 shift = 0.000000e+00 Try decreasing discard_threshold or start with a larger shift

343intact commented 1 year ago

Tested on Windows 10, with addition to the code from this issue