Deep-Flow-Guided-Video-Inpainting icon indicating copy to clipboard operation
Deep-Flow-Guided-Video-Inpainting copied to clipboard

pytorch implementation for "Deep Flow-Guided Video Inpainting"(CVPR'19)

Results 62 Deep-Flow-Guided-Video-Inpainting issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

hello, when I run `python tools/video_inpaint.py --frame_dir ./demo/frames --MASK_ROOT ./demo/masks --img_size 512 832 --FlowNet2 --DFC --ResNet101 --Propagation `, it still is stuck in ``` This Video has 80 Images The...

I didn't see the deepfill in training guide,it seems only about training flownet. Could you tell me what should i do if i want to train the deepfill model alone?

Hi, I have been reading the paper and I'm still not sure how the flow is used. From what I can understand flow is the change between two consecutive frames....

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

I work with RTX20.., which is unable to install pytorch0.4.0, any suggestion will be helpful

Hi, great work on video Inpainting! But It's only 1. x fps on my rtx2060s. It takes a few minutes to process a video that's only 50 frames. How many...

can you elaborate on the Propogation function. mainly on the following issues : 1. what's exactly does each iteration does ? 2. what is the flow.get_warp_label aims to do? 3....

i'm having a hard time understanding why you need FlowNet2 when performing video_inpaining.py to my understanding , FlowNet2 provides optical flow for the unmasked frames. However, in your paper you...

The results are very impressive, I like it very much and thank you for sharing! Would you mind giving me more details as I missed them in your paper or...