Open hhuyujie opened 4 years ago
hey! I meet the same problem, did you solve it ? @hhuyujie @RenYurui
@shilongshen Go to the folder: Global-Flow-Local-Attention-master/model/networks/resample2d_package/
and run the commands: python3 setup.py build and
python3 setup.py install
I had the same problem.
In my case it was caused because I was working in a virtual environment and when I compiled the modules they were created for the user but not for the environment.
If that is the case, you should remove the --user flag for each module.
@shilongshen Go to the folder: Global-Flow-Local-Attention-master/model/networks/resample2d_package/
and run the commands: python3 setup.py build and
python3 setup.py install
Hey!I meet a new problem, my codes run perfect in this part, but my whole module still can not done, and still back No module named 'resample2d_cuda'
@Yuchen-Hou0210 I meet the problem when run the command :python3 setup.py build. I can not solve it.
您好,我已收到您的邮件。
I have the same problem. Have you solved it?
As the title says, I've tried many times, initially thinking the problem was the setting of setup.py, but it still doesn't work