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

Dear author(s), Thanks for your interesting work. I am now using other data to test the effect of this method, but I found that the test time is too long...

I've replaced all the FlowNet2 files with corresponding LiteFlowNet implementations from the [pytorch reimplementation](https://github.com/sniklaus/pytorch-liteflownet). This implementation doesn't need the flownet2 modules but is based on [CuPy](https://github.com/cupy/cupy). In return the compiling...

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

效果做得很不错,可是对环境以及菜鸟太不友好了。 第一,cuda版本和torch版本需要匹配 第二,源码的版本太多,还缺少各种必须的包,比较凌乱 第三,对内存的需求多大也不说,运行第一个没压力,第二个demo就报告内存问题了,十几G的内存不够用,win10版本作者在问答里也给了链接,可是为什么不在主页一起说明一下,直接给出链接多好,本身都做了,方便大家岂不是更好,最后感谢作者的付出,只是给一些方便大家复现的建议。

Sadly I got ``` ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead. ``` during ``` bash install_scripts.sh ``` How to solve this problem? Thanks!

Hi, When I run the following command I get the error as posted in image. Kindly help me solve this error. I have no clue what's causing the error Command:...

Error compiling objects for extension

hello, In training DATAROOT PATH and TRAINLIST path, there is no clear explanation of which flow dataset should be given. for TESTING,how to test a set of video instead of...