XinyiYing / D3Dnet

Repository for "Deformable 3D Convolution for Video Super-Resolution", SPL, 2020
Apache License 2.0
305 stars 43 forks source link

About 'D3D' module #38

Open BalkArtus opened 1 year ago

BalkArtus commented 1 year ago

Thank you for sharing the code. When I try to run the project, there is an error: No module named 'D3D'. What package should I install if I try to fix this? Thank you!

XinyiYing commented 1 year ago

You have to compile D3D before using it. See "Build" in readme.md

shidanW commented 8 months ago

after built this module, it still has an error when run the model.py. "ImportError: libcudart.so.9.0: cannot open shared object file: No such file or directory"

shadowkiler commented 1 month ago

Thank you for sharing the code, there are some question happend image thanks