vt-vl-lab / FGVC

[ECCV 2020] Flow-edge Guided Video Completion
Other
1.55k stars 262 forks source link

How to get the mask of the video? #15

Closed yzfly closed 3 years ago

yzfly commented 4 years ago

Hi, thank you for your wonderful work!

I want to know how to obtain the mask file for a custom video?(like the mask files in ./data/tennis_mask)

gaochen315 commented 3 years ago

You need to either run an off-the-shelf segmentation code (i.e. mask-RCNN) or manually obtain the mask.

yzfly commented 3 years ago

I see, thank you.