XinyiYing / D3Dnet

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

No module named 'DCN' #26

Closed Fly-Pluche closed 2 years ago

Fly-Pluche commented 2 years ago

I have run make.sh firstly. Then I run the test.py. ModuleNotFoundError: No module named 'DCN'. image

I don't know why I don't have DCN.

BinLi-git commented 2 years ago

me too ,do you resolve?

Fly-Pluche commented 2 years ago

No ,I havn't.I am so annoyed about it.I don't know why it was lost. ┭┮﹏┭┮

BinLi-git commented 2 years ago

I think should throught bash make.sh or cmd make.bat to install environment,but I can not run make.sh success

Fly-Pluche commented 2 years ago

Oh ,I get it! Just can have it after I successed run bash make.sh. Maybe I ran failed before ,but I thought it successful. What's your wrong when you ran make.sh? Lack of GPU?

BinLi-git commented 2 years ago

Oh ,I get it! Just can have it after I successed run bash make.sh. Maybe I ran failed before ,but I thought it successful. What's your wrong when you ran make.sh? Lack of GPU? I can not install g++ on linux

Fly-Pluche commented 2 years ago

You can try to install g++ successfully to deal with it

Heart-Sniper commented 7 months ago

if you are using Jupyter notebook, remerber to restart kernel after running make.sh. Otherwise it won't import the new package. How foolish I am to check this error for hours.

bibinkunjumon commented 5 months ago

cannt i run it without gpu? I am trying to implement DG-Font git repo.