-
Notifications
You must be signed in to change notification settings - Fork 9
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
Testing without evaluation - Inference on own data #4
Comments
Hi, you could have a look at this function, hope it helps! |
Hi, following up on this, is there any simple way to run an inference on a simple, unlabelled ply file? |
Hi, please set all the values of semantic_labels and instance_labels to 0. |
Thanks for the reply. Another question, for the block_merging method, what would be the approach for utilizing the method? |
Hi, we use the block_merging method during inference, here is the implementation: |
Hi, thanks for your response! Would you be able to clarify at all where in the code to actually go about doing the implementation and what parameters to feed to it? I haven't been able to find any code relating to inference, so any clarification would be greatly appreciated! |
Hi,
I was wondering if there is a way to run inference on my own data to get a merged prediction as described in the paper, but without having to run evaluation. We are planning to use the model to select trees to cut for thinning operations over large areas, so I need the code to run as fast as possible.
I guess it would also be enough to know which parts of the code I need to modify.
Cheers!
The text was updated successfully, but these errors were encountered: