ethnhe / PVN3D

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

got "double free or corruption" while testing #22

Closed kaixin-bai closed 4 years ago

kaixin-bai commented 4 years ago

got:

double free or corruption (out)
Aborted (core dumped)

while testing: $ python3 -m demo -dataset linemod -checkpoint $tst_mdl -cls $cls

Does anyone know how to fix it?