Closed gitouni closed 2 years ago
Need to download Trajectory data and evaluation on https://3dmatch.cs.princeton.edu/#geometric-registration-benchmark by yourself. Relevant Bash Code can be found in https://github.com/chrischoy/FCGF/blob/master/scripts/download_3dmatch_test.sh.
Dear @chrischoy ,thank you for sharing your code. I have FileNotFoundError when testing 3DMatch.
I have downlaoded 3DMatch dataset through
download_3dmatch.sh
and run relevant scripttest_3dmatch.sh
. However, it cannot find a file with the suffix of gt.log (Line 173 in threedmatch_loader.py).I will appreciate for your reply.