zllrunning / video-object-removal

Just draw a bounding box and you can remove the object you want to remove.
MIT License
2.66k stars 474 forks source link

The fill part of the image is blurred #8

Open leafchenh opened 5 years ago

leafchenh commented 5 years ago

cuda runtime error (11) : invalid argument at /pytorch/aten/src/THC/THCGeneral.cpp:844 .

--2080ti --nvidia-430 --cuda 9.0 --torch 0.4.0

zllrunning commented 5 years ago

I am not sure if it is a problem with the cuda version. Following the python36-PyTorch0.4 branch of flownet2-pytorch , I used cuda8.0 version in this repo.

leafchenh commented 5 years ago

I have successfully executed this program. But the effect is not good, the filling part is blurred.What do I need to adjust.Thank you for your help

ulatekh commented 4 years ago

Video inpainting is an active area of research. The paper behind this code describes a Deep Flow Completion Network. You may be seeing the limits of that technique. Feel free to do your own research, and improve the state of the art.