nbei/Deep-Flow-Guided-Video-Inpainting
A CVPR 2019 PyTorch implementation for video inpainting using optical flow to guide generative filling of masked objects in videos.

Velocity · 7d
+0.9
★ / day
Trend
→steady
star history
This repository provides an implementation of deep flow-guided video inpainting, combining optical flow estimation (FlowNet2), deep learning-based image inpainting (Deepfillv1), and propagation techniques to remove objects from videos. The system takes video frames and masks as input and generates inpainted video output by flowing content from surrounding frames into masked regions.