senguptaumd / Background-Matting

Background Matting: The World is Your Green Screen
https://grail.cs.washington.edu/projects/background-matting/
4.78k stars 664 forks source link

Background Image #77

Open charliewang789 opened 3 years ago

charliewang789 commented 3 years ago

Hi,

In a real usage, how would we use it if there is no background image?

kartikwar commented 3 years ago

+1

bberzh commented 3 years ago

+1

hejm37 commented 3 years ago

I don't think Background-Matting will work without background images.

You can check out some other deep learning based background-image-free matting methods like DIM, IndexNet or GCA. The later two methods are linked to their github page.

You can also check out this project which integrated all these three methods with comparison and available checkpoints.