senguptaumd / Background-Matting

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

issue in JPG inputs #69

Open ranjeetthakur opened 4 years ago

ranjeetthakur commented 4 years ago

Does inference work on JPG inputs? If not, how can we make inference on JPG?

senguptaumd commented 4 years ago

Just make changes in the code to rename .png to .jpg or you could simply rename .jpg to .png. It should not matter as long as the image can be read.