-
Notifications
You must be signed in to change notification settings - Fork 8
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
How to run inference on custom point clouds? #10
Comments
Hi, Thanks for your interest in our work! |
Hey! Thanks for your response! Could you by any chance direct me to which script I would be using for that to fine-tune or evaluate segmentation without labels? I was trying to figure out which script I should be using to input the .xyz files and their normals. |
Hi, you need to change the code at here. And you also need to delete the parameters like "face_index" or "inverse". |
Generally, we want to train on an entire dataset. This command trains on a specific object: How would we finetune the existing model on a new dataset? Which commands would we call/parameters to pass in? Thanks! |
Hello!
How would I run inference on custom point clouds that I want to segment?
Thanks!
The text was updated successfully, but these errors were encountered: