returns properly origin and processed image

#22
No description provided.

this PR makes sure the slider component returns the image duet in the order [origin | processed] so then the gradio download button will get the processed imageinstead of the original image (currently)

:)

this will mess up the API structure for the users, also MCP is working correctly atm, if anything i would love to optimize more on backward compatibility.
let's keep this pr open for now

this will mess up the API structure for the users, also MCP is working correctly atm, if anything i would love to optimize more on backward compatibility.
let's keep this pr open for now

The downloaded result having background as original, while the slider shows correctly removed background. Seems like a bug.

ty for the feedback @shtefcs
i'll proceed to merge this pr, let me know if you are still facing any problems

not-lain changed pull request status to merged

ty for the feedback @shtefcs
i'll proceed to merge this pr, let me know if you are still facing any problems

works great now. Thanks man, that was fast!

off topic quesiton for @not-lain . do you have or know good video background remover, that left you with transparent bg. Most of what I found here on HF, leaves you with colored bg, but not transparent one.

@shtefcs there are no transparent backgrounds in videos to my knowledge, best thing you can find is green background or background replacer as we could not find a way to reconstruct videos from GRBA images yet.

@shtefcs there are no transparent backgrounds in videos to my knowledge, best thing you can find is green background or background replacer as we could not find a way to reconstruct videos from GRBA images yet.

There is as long the outpit is Webm or MOV

you can go to https://automatio.ai/ and scroll down to the footer. You will see shiny diamont video clip, that has transparent background.

image.png

thanks a lot for the resource @shtefcs πŸ™Œ
I will try to integrate that into https://huggingface.co/spaces/innova-ai/video-background-removal, in the mean time, i would appreciate it if you can make any contributions if you can make one.

Sign up or log in to comment