HKBU-HPML / FADNet

135 stars 34 forks source link

No module named 'resample2d_cuda' #1

Closed huanggan52 closed 2 years ago

huanggan52 commented 4 years ago

When I run ''sh detcter.sh", it prints No module named 'resample2d_cuda', which is shown in resample2d.py. Could you telll me how to solve this problem, thank you.

blackjack2015 commented 4 years ago

When I run ''sh detcter.sh", it prints No module named 'resample2d_cuda', which is shown in resample2d.py. Could you telll me how to solve this problem, thank you.

Before using our codes, you should firstly enter the folder "layers_package" and execute "sh install.sh" to install those customized layers, including Channel Normalization layer and Resample2D layer.