NVlabs / CenterPose

Single-Stage Keypoint-based Category-level Object Pose Estimation from an RGB Image (ICRA 2022)
Other
285 stars 34 forks source link

ModuleNotFoundError: No module named ‘_ext‘ #4

Open astewzxc opened 2 years ago

astewzxc commented 2 years ago

I have an issue when running demo.py and main_CenterPose.py It seems to be a problem of DCNv2 I'm running on windows 10, python 3.6.13

1

nuaayxy commented 2 years ago

have anyone got it running sucessfully?

Uio96 commented 2 years ago

Sorry about that. I have not tried it on Windows before. So it may not work.

You can try some other backbone networks if needed.

kannwism commented 2 years ago

Did you compile the backbone network by executing make.sh in src/lib/models/networks/DCNv2? Without this step I get the same error on Ubuntu.

Parisa-Bagherzadeh commented 8 months ago

Sorry about that. I have not tried it on Windows before. So it may not work.

You can try some other backbone networks if needed.

I have the same error and i have used your code on google colab what's the problem?