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

Can I skip the Alignment step? and How? #68

Open semchan opened 4 years ago

semchan commented 4 years ago

Dear, Since I need to process some videos there is no "teaser_back" image, can I skip this step and how? thanks

Alignment

No need to run alignment for sample_video_fixed or videos captured with fixed-camera.

Run python test_pre_process_video.py -i sample_video/input -v_name sample_video/teaser_back.png for pre-processing. Alternately you can also use test_pre_process_video.m in MATLAB.

senguptaumd commented 4 years ago

If there is no background image this method won't work.