ethnhe / PVN3D

Code for "PVN3D: A Deep Point-wise 3D Keypoints Hough Voting Network for 6DoF Pose Estimation", CVPR 2020
MIT License
482 stars 105 forks source link

No module named 'neupeak' #80

Open 18589 opened 3 years ago

18589 commented 3 years ago

在运行python3 -m train.train_linemod_pvn3d -checkpoint $tst_mdl -eval_net --test --cls $cls的时候出现了 ModuleNotFoundError: No module named 'neupeak',网上也搜不到neupeak这个模块,有大佬知道是啥原因么

aiai84 commented 3 years ago

可以将from neupeak.utils.webcv2 改为cv2就可以了

18589 commented 3 years ago

是这样的,感谢大佬!

aiai84 commented 3 years ago

客气了