lijx10 / USIP

USIP: Unsupervised Stable Interest Point Detection from 3D Point Clouds. ICCV 2019
GNU General Public License v3.0
202 stars 28 forks source link

PCLKeypoint #4

Closed XuyangBai closed 4 years ago

XuyangBai commented 4 years ago

Thanks for your sharing. I read the code in save_keypoints.py and find that you use PCLKeypoint library to do the hand-crafted method detection. But I cannot find this library on Google, could you please share the website ?

lijx10 commented 4 years ago

PCLKeypoints are uploaded to: https://github.com/lijx10/PCLKeypoints. This is a python wrapper over PCL detectors. Run python setup install to install it.

XuyangBai commented 4 years ago

Thank you so much for your sharing!