Skip to content

Gilgamesh666666/Multi-instance-Point-Cloud-Registration-by-Efficient-Correspondence-Clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-instance-Point-Cloud-Registration-by-Efficient-Correspondence-Clustering

This is the source code of our CVPR paper Arxiv

Install Environment:

conda env create -f multiregister.yaml

Test on synthetic dataset and real dataset (Scan2CAD)

All the experimental code files are in ./synthetic&real. We only provide the code of the experiment in which PREDATOR is the feature extractor now.

Weights

Download the weights and put multi_oneTomore_multi_1 and multi_real_box_test_main_cad directly into ./synthetic&real/snapshot

Datas

The Scan2CAD dataset may need to be downloaded on Scan2CAD, we would upload a processed version for testing soon.

Install pytorch extension:

cd ./synthetic&real 
cd cpp_wrappers 
sh build.sh 
cd ..

Run

There are two commands to conduct the two experiments respectively in run.sh, you can choose which to run.

Test on our rgbd data

All the experimental code files are in ./rgbd

Datas

Download the datas and put scenes and objects directly into ./rgbd

Run

sh run.sh to run and you can see the visualized results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages