-
Notifications
You must be signed in to change notification settings - Fork 111
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
There are many small inaccuracies in the segmentation results on my dataset. Could you please provide some suggestions? #157
Comments
hydra-core == 1.0.5, maybe you can try offline mode. |
Many thanks for your great help! |
Thank you for your issues,may I know how your dataset is made, and how to use it? |
You need to modify the pre-processing code provided by the author based on the format of your own dataset. |
What's your training code and testing code? |
I tried to change the dataset to my own, but the predicted semantic label is always 1. And the number of points in the saved ply data is always larger than the original one. Have you ever encountered this situation? I hope to get your response in your busy schedule. Thank you. |
Yes, I've also encountered the issue of having more points than the original. My predicted semantics are all correct, it might be due to parameter settings or issues with the dataset preprocessing program. |
Thank you for open sourcing your code!
I trained the model on my own dataset. In my segmentation scenario, I have a class representing over 30 potted plants. the average precision (AP) value for this class is an impressive 0.9. However, upon reviewing the segmentation results, I noticed the presence of many small instances resembling speckles on each potted plant. Could you provide some tuning advice?
The text was updated successfully, but these errors were encountered: