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

Where to download the ply file ? #3

Closed gmcalo closed 4 years ago

gmcalo commented 4 years ago

In datasets/cal_overlap.py, it use the ply file instead of the rgbd picture which download on 3DMatch dataset. How to get the ply files?

XuyangBai commented 4 years ago

Hi @gmcalo I follow the instructions of 3DMatch paper to fuse the RGBD image to get .ply file and its corresponding pose. You may find the code here or use the original implementation provided by 3DMatch.