gitextract_aendpbmi/ ├── .gitignore ├── 3DLoMatch.pkl ├── LICENSE ├── README.md ├── SC2_PCR.py ├── benchmark_utils.py ├── benchmark_utils_predator.py ├── benchmarks/ │ └── 3DLoMatch/ │ ├── 7-scenes-redkitchen/ │ │ └── gt.info │ ├── sun3d-home_at-home_at_scan1_2013_jan_1/ │ │ └── gt.info │ ├── sun3d-home_md-home_md_scan9_2012_sep_30/ │ │ └── gt.info │ ├── sun3d-hotel_uc-scan3/ │ │ └── gt.info │ ├── sun3d-hotel_umd-maryland_hotel1/ │ │ └── gt.info │ ├── sun3d-hotel_umd-maryland_hotel3/ │ │ └── gt.info │ ├── sun3d-mit_76_studyroom-76-1studyroom2/ │ │ └── gt.info │ └── sun3d-mit_lab_hj-lab_hj_tea_nov_2_2012_scan1_erika/ │ └── gt.info ├── common.py ├── config.py ├── config_json/ │ ├── config_3DLoMatch.json │ ├── config_3DMatch.json │ └── config_KITTI.json ├── dataset.py ├── environment.yml ├── evaluate_metric.py ├── test_3DLoMatch.py ├── test_3DMatch.py ├── test_KITTI.py └── utils/ ├── SE3.py ├── max_clique.py ├── pointcloud.py ├── sinkhorn.py └── timer.py