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

your master branch also has dependency problem. #70

Closed MY-CODE-1981 closed 3 years ago

MY-CODE-1981 commented 3 years ago

At last, i might work. but the procedure is messy. dockerfile is acceptable to share outputs with others.

ethnhe commented 3 years ago

Your conclusion is too subjective and the tongue is mean and aggressive, not as a person asking for help. But I'll answer the questions though.

The question in issue is replied in #69

Everybody who find your program may expect it to work. However, even if they follow your INSTALL procedure, no one will be able to get your program to work properly.

Did you really follow the INSTALL procedure in our README? If you follow it and simply run python3 setup.py build_ext in the folder PVN3D, the work is done! And if you read the simple code in PVN3D/setup.py you will find we keep the source code of PointNet++ for a stable version in pytorch1.0 in pvn3d/_ext-src, which is from this commit.