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

Official pytorch implementation for "Deep Video Inpainting" (CVPR 2019)

Results 15 Deep-Video-Inpainting issues
Sort by recently updated
recently updated
newest added

Is there any other cuda+pytorch version to choose from, my GPU is 3090 and cannot support cudatoolkit=10.0

when bash install.sh by conda envs I meet a issue(it seems like i need to set a PATH for CUDA but i don't know how to set it for conda...

Hi author, It is pretty hard to train the network from train_git.py. Can you please give us a howto document or release the entire training code? Thanks!

hi, thanks for such a great work. curious to run on custom video but got stuck. 1. can i run it on custom video 2. do i need to segment...

I need a clarification regarding the following: In line 96 of train_git.py, which calculates HOLE_loss, the L1 loss is multiplied by 5 before accumulating in HOLE_loss variable. Is this because...

How do i run this repository on google-colab???

Instead of using pretrain path how to train the model with youtubevos dataset as mentioned in the project paper have anyone tried training?

@SeokjuLee @mcahny Getting this error when trying to run !bash install.sh : Compiling resample2d kernels by nvcc... rm: cannot remove 'Resample2d_kernel.o': No such file or directory rm: cannot remove '../_ext':...

@mcahny @SeokjuLee I got the first step, 1) Compile Resample2d, Correlation dependencies, complete by using the versions from the flownet2 repo, but can't seem to get the demo_vi.py script to...