ethnhe / PVN3D

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

when run python3 setup.py build_ext, some errors happen #12

Closed djlbet123 closed 4 years ago

djlbet123 commented 4 years ago

Environment:
Ubuntu 16.04 gcc 5.4.0 g++ 5.4.0 when I try to run run python3 setup.py build_ext. It said

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

I have found so many ways to try to solve it.but it still didn't work.Please help me

ethnhe commented 4 years ago

The PointNet++ code is referred from https://github.com/erikwijmans/Pointnet2_PyTorch, which currently ONLY supported on the GPU using CUDA.

djlbet123 commented 4 years ago

Actually,I have solved it.No matter what.Thank you

GaoHuaZhang commented 3 years ago

Actually,I have solved it.No matter what.Thank you Hello, I also met the same problem, could you please tell me how you solved it