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

Ease background matting for videos #81

Open RobertKrajewski opened 3 years ago

RobertKrajewski commented 3 years ago

Currently, videos are back and forth transformed to images. This makes it quite hard to work with many large videos. I added code which eases the handling of videos by skipping the transformation from/to images. Further, I (partially) cleaned the code, renamed variables and added support for docker.