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' has no attribute 'keypointHarris' #21

Open patrick100 opened 3 years ago

patrick100 commented 3 years ago

I have this error on evaluation/save_keypoints frame_keypoint_np = PCLKeypoint.keypointHarris(frame_pc_np, AttributeError: module 'PCLKeypoint' has no attribute 'keypointHarris'

lijx10 commented 3 years ago

That is because the recent commit in PCLKeypoint changes keypointHarris into keypointHarris3D.