Deep-Flow-Guided-Video-Inpainting
Deep-Flow-Guided-Video-Inpainting copied to clipboard
pytorch implementation for "Deep Flow-Guided Video Inpainting"(CVPR'19)
I'm getting an error with pip install -r requirements.txt ERROR: Could not find a version that satisfies the requirement mkl-fft==1.0.0 (from -r requirements.txt (line 8)) (from versions: 1.0.0.17, 1.0.2, 1.0.6)...
### Mask issue I had one technical issue... in OpenCV4, the masks read with "cv2.IMREAD_UNCHANGED" converts RGB encoded masks into np.bool types with insufficient channels. This causes many problems later....
Hi, can you specify which CUDA toolkit you installed (8,9,10) and the operating system that you used. I'm having constant issues trying to get the demo running and I think...
What parameters are you using to create the result-resources in dropbox?I can not recreate them on the Davis 2016 dataset using the parameters described in the README (--FlowNet2 --DFC --ResNet101...
Hello, I have tried the pytorch 0.4 version of this work in demo you provide, everything works fine. However, when I switched to pytorch 1.1 version and tried the newly-released...
When I tried to execute example command, I encountered with this issues. Could you please help to solve this problem? I guess there is a problem regarding the 'resample2d_cuda.cpython-36m-x86_64-linux-gnu.so' file...
A “SIGSEGV: Segmentation fault” error occurred while running video_inpaint.py
when I train this model with batch size 1, the error occurred at 41st samples.
I found that the the picture number of video inpainting.py's output do not match the input of frames and masks. Such as the demo ,the input picture number is 81...
Hello! Thanks for your great work! Can you tell me the training detail ? Such as the GPU cost and the time in training in YoutubeVOS dataset and the refinement...