andyzeng / 3dmatch-toolbox

3DMatch - a 3D ConvNet-based local geometric descriptor for aligning 3D meshes and point clouds.
http://3dmatch.cs.princeton.edu/
BSD 2-Clause "Simplified" License
836 stars 189 forks source link

Geometric Registration Evaluation code too slow #26

Closed XuyangBai closed 5 years ago

XuyangBai commented 5 years ago

Hi, When I try to use the code for Geometric Registration Evaluation, it seems the process is so slow, my ransacRt takes about 25 seconds or more for max trials equals 50000, and in Compute alignment percentage part it takes about 20 seconds each multiQueryKNNSearchImp. So the total time for one pair of registration will cost 1 minute or more and I have to wait many hours until all the pairs have been done. So I wonder is there any way to make the process faster? Or is there something wrong with my usage?

Thanks for the attention!