XuyangBai / D3Feat

[TensorFlow] Official implementation of CVPR'20 oral paper - D3Feat: Joint Learning of Dense Detection and Description of 3D Local Features https://arxiv.org/abs/2003.03164
MIT License
259 stars 38 forks source link

ERROR: pclkeypoint==0.0.1 #18

Closed fabiopoiesi closed 3 years ago

fabiopoiesi commented 3 years ago

Hi,

Installing the conda env I get this error:

ERROR: Could not find a version that satisfies the requirement pclkeypoint==0.0.1

Is this package necessary?

Cheers

XuyangBai commented 3 years ago

Hi @fabiopoiesi PCLKeypoint is only needed for detecting keypoints using the traditional algorithm (Harris 3D, SIFT 3D, ISS). It is not necessary for the registration task. You can find it here https://github.com/lijx10/PCLKeypoints

fabiopoiesi commented 3 years ago

Excellent! Thx