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

conf file #1

Closed
BingBingBing525 opened this issue Apr 6, 2023 · 4 comments
Closed

conf file #1

BingBingBing525 opened this issue Apr 6, 2023 · 4 comments
Assignees

Comments

@BingBingBing525
Copy link

Hello, I would like to inquire about your conf file and how it is configured. I hope you can provide a sample. Currently, I am not sure how to handle this part while running the code.

@BingBingBing525
Copy link
Author

I hope you can provide your data instance. My email is [email protected] Thank you.

@aubin-tchoi
Copy link
Owner

aubin-tchoi commented May 4, 2023

Hello, you can find the data I used to test the implementation on the Stanford 3D Scanning Repository: https://graphics.stanford.edu/data/3Dscanrep/
I used the bunny (http://graphics.stanford.edu/pub/3Dscanrep/bunny.tar.gz) and the dragon (http://graphics.stanford.edu/pub/3Dscanrep/dragon/dragon_stand.tar.gz) for my experiments.

@aubin-tchoi
Copy link
Owner

If we take the example of the bunny, you will find portions of the bunny in ply files under /data in the archive alongside the associated conf file. This conf file specifies one transformation (3 float values for the translation and 4 quaternions for the rotation) for each ply file in the lines that start with "bmesh <ply_file_name>".

@aubin-tchoi
Copy link
Owner

This conf file is only useful for the analysis of the method (knowing the correct transformation helps identifying the correct matches) as it specifies the transformations that would be obtained by computing rigid transforms between correct matches. In a practical setting if a ground truth is available you can use it by writing it in the same format as the conf file found in the bunny (only the lines starting with "bmesh" are read).

@aubin-tchoi aubin-tchoi self-assigned this May 4, 2023
@aubin-tchoi aubin-tchoi pinned this issue May 5, 2023
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

2 participants