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

python3 setup.py build_ext Error #24

Closed sunice-nyy closed 4 years ago

sunice-nyy commented 4 years ago

./pvn3d/_ext-src/src/interpolate.cpp:95:40: error: ‘AT_CHECK’ was not declared in this scope AT_CHECK(false, "CPU not supported"); ^ error: command 'gcc' failed with exit status 1

how to solve it?

sunice-nyy commented 4 years ago

torch version problem!