researchmm / TracKit

[ECCV'20] Ocean: Object-aware Anchor-Free Tracking
MIT License
613 stars 97 forks source link

setup problem #45

Closed kasuo511 closed 4 years ago

kasuo511 commented 4 years ago

Hi Zhipeng 20201031170314

It seems that I can not setup the conda env successfully, help me pls. Thanks!

JudasDie commented 4 years ago

Hi Zhipeng 20201031170314

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.

kasuo511 commented 4 years ago

Hi Zhipeng 20201031170314 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.

Thanks for the reply, fixed the permission problem. While the problem NameError: name 'DeformConv' is not defined still exists.

kasuo511 commented 4 years ago

Solved by manually import file deform in the subfolder.

HaziqRazali commented 3 years ago

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?

kokapelli commented 3 years ago

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/