lijx10 / USIP

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

Guidance for extracting descriptors cooresponding to the detected key points #11

Open SRainGit opened 4 years ago

SRainGit commented 4 years ago

Hi again,

I'm sorry. But I am afraid you need to help me again.

There is no guidance in README for how to extract descriptors. Specifically, it's about how to extract the features using the saved key points that generated from save_keypoints.py. I trained the network using kitti/train_descriptor.py but don't know how to use the trained model to extract features with saved keypoints as input.

There are several places where use from kitti import options_descriptor, but couldn't find out how to use it. I am confused. Thanks at first.