senguptaumd / Background-Matting

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

weird output from image pre processing #11

Closed gordon-lim closed 4 years ago

gordon-lim commented 4 years ago

download I took pictures with my iPhone7. It was a JPG so I just renamed it to the .png extension. It was upside down when I uploaded it (something got to do with the metadata at the point of capture). This was my output from the preprocessing script.

senguptaumd commented 4 years ago

There are some issues with the current pre-processing code. My original code was written in matlab as it has surf and sift features, otherwise unavailable in opencv. I am trying to push an update tonight that fix the pre-processing, but also provide the original matlab script. Please try again later.

senguptaumd commented 4 years ago

Check the update and let me know if you still face this issue.

gordon-lim commented 4 years ago

Interestingly enough, I took new photos this morning and it worked fine. Then I realised I had forgotten to pull the updates...lol. So it actually worked even without me updating. I then pulled the updates but did not notice any difference to my images except that the names of the output images made more sense now.