Closed kasuo511 closed 4 years ago
Hi Zhipeng
It seems that I can not setup the conda env successfully, help me pls. Thanks!
Hi, there is a permission denied
in your log. So pls change the permission of the directory and re-install deconv with python setup.py develop
.
Hi Zhipeng It seems that I can not setup the conda env successfully, help me pls. Thanks!
Hi, there is a
permission denied
in your log. So pls change the permission of the directory and re-install deconv withpython setup.py develop
.
Thanks for the reply, fixed the permission problem. While the problem NameError: name 'DeformConv' is not defined
still exists.
Solved by manually import file deform in the subfolder.
Solved by manually import file deform in the subfolder.
could you tell me how and where you did the import? What did you write and in which specific file?
Solved by manually import file deform in the subfolder.
could you tell me how and where you did the import? What did you write and in which specific file?
I managed to bypass this issue by adding the following import to connect.py:
from .dcn.deform_conv import DeformConv
That or you could perhaps add it to the empty init file in lib/models/
Hi Zhipeng
It seems that I can not setup the conda env successfully, help me pls. Thanks!