FCGF icon indicating copy to clipboard operation
FCGF copied to clipboard

Questions about the 3D match training data

Open shinshiner opened this issue 5 years ago • 3 comments
trafficstars

Hello, thanks for sharing the well-organized code. I have downloaded the training data of 3dmatch from the link provided in scripts/download_datasets.sh. I found there only 7000+ scene pairs with 0.3 overlap threshold while there are tens of thousands frames in even one sequence of the original 3dmatch dataset. Have you conducted some sampling operations and are these all the training data?

Thanks in advance :)

shinshiner avatar Aug 09 '20 10:08 shinshiner

The commercial depth sensors generate noisy samples that are not suitable for registration. A typical pipleline first integrate 50-100 frames into one point cloud. We also followed this procedure and created N^2 pairs within one sequence and then removed pairs < 0.3 overlap.

chrischoy avatar Aug 09 '20 17:08 chrischoy

Got it. Thanks for your reply.

shinshiner avatar Aug 10 '20 01:08 shinshiner

BTW, it seems that the judgement of overlap is conducted in point clouds with 0.1 voxel size downsampling while 0.05 for the test data, is that true ?

shinshiner avatar Aug 10 '20 10:08 shinshiner