Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pretrained model for unseen data #19

Open
cy94 opened this issue Feb 28, 2020 · 4 comments
Open

Pretrained model for unseen data #19

cy94 opened this issue Feb 28, 2020 · 4 comments

Comments

@cy94
Copy link

cy94 commented Feb 28, 2020

Hello,

Thanks for making the code and models public, I was able to reproduce the results of sections 5.1 and 5.3 as they both use the same pretrained model trained on 20 categories.

Could you please upload the pretrained model for section 5.2 - unseen categories as well?

Thanks in advance!

@Grungeby52
Copy link

Grungeby52 commented Mar 11, 2020

@cy94 Hi, How do I align the two point cloud(stl,ply,...) using dcp? Have you succeeded before? I couldn't do it.

@cy94
Copy link
Author

cy94 commented Mar 12, 2020

Yes, just follow the instructions given in the README with the pretrained model. To run inference on the whole dataset -
python main.py --exp_name=dcp_v2 --model=dcp --emb_nn=dgcnn --pointer=transformer --head=svd --eval --model_path=pretrained/dcp_v2.t7

You have to modify the Dataloaders and inference code to run it on your own point clouds such as STL or PLY

@jishuo1
Copy link

jishuo1 commented Dec 4, 2023

@cy94
Hello.
If I want to train from scratch and don't want to use a pre-trained model, how do I get the same results as in section 5.1?

@cy94
Copy link
Author

cy94 commented Dec 4, 2023

Hi sorry, I don't remember when or how I used this code anymore :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants