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

Custom Dataset #13

Open
SWWdz opened this issue Oct 8, 2023 · 1 comment
Open

Custom Dataset #13

SWWdz opened this issue Oct 8, 2023 · 1 comment

Comments

@SWWdz
Copy link

SWWdz commented Oct 8, 2023

Thanks for your works! Can we use our own data to do point completion? How to do it?

@colorful-liyu
Copy link
Owner

Yes, you can!
First, you'd better retrain the model on your dataset, for different datasets have different data distributions and shape scales.
Second, after retraining, we offer two kinds of methods to cut the shape as half or octant. To be specific, we unset the SDF of cut part of the shape. Please refer to generate_from_partial_input in evaluation_scripts/eval_shape_comp.py for more details.

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