vt-vl-lab / FGVC

[ECCV 2020] Flow-edge Guided Video Completion
Other
1.55k stars 262 forks source link

Q: Planning on removing pyTorch double dependency #12

Closed gogobd closed 3 years ago

gogobd commented 4 years ago

Just wanted to ask if you are planning on simplifying the prerequisites by porting to only one version of pyTorch (tentative Nov.)? If that’s not an option maybe containerize the components to make them easier to use? Impressive results btw. congratulations! And thanks for sharing your work!

gaochen315 commented 3 years ago

Sorry for the inconvenience. The current code contains an image inpainting component, which requires Pytorch 0.4.0. I will try to find an image inpainting code that uses a newer Pytorch version. Then there will be only one environment.

gaochen315 commented 3 years ago

Please check the latest code. There is only one environment, i.e., Pytorch 1.6.0, CUDA 10.1. Let me know if you have any questions.