USIP icon indicating copy to clipboard operation
USIP copied to clipboard

'PCLKeypoint' has no attribute 'keypointHarris'

Open patrick100 opened this issue 4 years ago • 1 comments

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

patrick100 avatar Jul 20 '20 02:07 patrick100

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

lijx10 avatar Aug 26 '20 02:08 lijx10