Function 'cloud_makeSIFTKeypoint' doesn't seem to exist
When I want to run sift.py the following error occurs:
NameError: name 'cloud_makeSIFTKeypoint' is not defined
Where is this function implemented?
Hi, did you find the solution for the problem ?
I am having trouble with same error.
anyone found the solution to this problem?
Sorry unfortunately I didn't, but c++ version is working.
Hi, I have the same problem. Does anyone found a solution for this? Except the c++ version because I have to use python. Thank you in advance.
This package doesn't have 3D SIFT, it only has 3D Harris keypoints detector. I don't know why they added an example of 3D SIFT here.