DecaYale / RNNPose

RNNPose: Recurrent 6-DoF Object Pose Refinement with Robust Correspondence Field Estimation and Pose Optimization, CVPR 2022
Apache License 2.0
160 stars 17 forks source link

No module named 'thirdparty.kpconv.lib' #3

Closed Gan868611 closed 2 years ago

Gan868611 commented 2 years ago

hi when i try to run bash eval.sh or bash eval_lmocc.sh it gives me the no module named error, and i dont see thirdparty.kpconv.lib in this case, could you help me on this? am i missing something?

image

image

DecaYale commented 2 years ago

Hi, have you ever run the commands below? If you have, please drop me a message again.

cd RNNPose/scripts
bash compile_3rdparty.sh
Gan868611 commented 2 years ago

yeap i did

image

DecaYale commented 2 years ago

Sorry. I find this directory is ignored by the .gitignore file. I have corrected it and now everything should be ok. Thanks for your feedback.

Gan868611 commented 2 years ago

thanks!

GUECHTOULI commented 2 years ago

Hello, I'm trying to run this but I get an error message cd RNNPose/scripts bash compile_3rdparty.sh image

someone can tell me what the problem is! thanks!