D3Feat.pytorch icon indicating copy to clipboard operation
D3Feat.pytorch copied to clipboard

3DMatch Dataset - Wrong Mathces

Open yuvalH9 opened this issue 3 years ago • 3 comments

Hi, I was wondering if you validated the correspondences between src and tgt over the trainset. If I understand correctly, the point clouds given in the .pkl files are already aligned and the correspondences are for the aligned point clouds given as an ordered list.

I tried to visualize myself some random corresponding points and it seems that the points are not matches at all.

I attached an example for the first matching pair (visualized by Matlab) with 10 random matches

yuvalH9 avatar Dec 16 '21 17:12 yuvalH9

Hi, I didn't see the example. Could you specify which point clouds pair you are using so that I can see it on my environment

XuyangBai avatar Jan 05 '22 06:01 XuyangBai

Hi @XuyangBai , I had a visualization problem and after fixing that the correspondence seems to be correct.

By the way, if I want to create my own GT correspondence for the train and validation dataset, how can I do that? Maybe you can upload the GT transformations for the train and validation datasets (similar to the format of the test dataset) so we can create our own GT correspondence?

Thanks! Yuval

yuvalH9 avatar Jan 06 '22 10:01 yuvalH9

Hi, You can download the raw dataset and run https://github.com/XuyangBai/PPF-FoldNet/blob/master/script/fuse_fragments_3DMatch.py to compute the point clouds and the corresponding poses, from which you can compute the GT transformations.

XuyangBai avatar Jan 06 '22 10:01 XuyangBai