nbei / Deep-Flow-Guided-Video-Inpainting

pytorch implementation for "Deep Flow-Guided Video Inpainting"(CVPR'19)
https://nbei.github.io/video-inpainting.html
MIT License
2.35k stars 453 forks source link

watermark removal mask in video #35

Open chen849157649 opened 5 years ago

chen849157649 commented 5 years ago

This is really an exciting project. Thank you for sharing. I want to delogo use it for video, watermark removal in your demo video. I want to ask how the watermark mask is generated. can you tell me? thank you

nbei commented 5 years ago

Which watermark? You mean the watermark in the demo video?

chen849157649 commented 5 years ago

@nbei , Watermark Removal in YouTube video

nbei commented 5 years ago

I just create the watermark mask by myself and multiply the mask with original images.