-
Notifications
You must be signed in to change notification settings - Fork 36
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
clustering result is always be like 'count': 0 #27
Comments
Oh yes, I have originally planned to published the point cloud used for evaluation. I will upload them and notify you if it is finished. |
Ok. Thank you so much! |
hello, has the point cloud been released? |
@meyerls hello, has the point cloud been released? |
I can open the semantic_comlormap.ply through meshlab, but the clustering result is still 0. I've met the same issue as listed |
Have a look at my answer for #21 |
@EyGy I conducted experiments on both real data and synthetic data (FruitNerf dataset) by gradually lowering the parameters for remove_outliers_nb_points and remove_outliers_radius, but it still results in a count of 0. |
@park-dea Can you double check, whether you use the correct parameters to the respective synthetic dataset? And are your paths correct? If yes, start debugging with custom print messages in the "clustering_base.py". Somewhere between loading the dataset and the DBSCAN clustering steps there will be an error probably caused by using wrong parameters or paths - e.g. use print messages to check upon the lenght of the loaded pcd during the preprocessing and clustering. |
May I ask if you are considering releasing the extracted point clouds for your synthetic and real-world data. From Table I and Fig.8. At present, I have reached the clustering step, but the clustering count is always 0. Through debugging, I found that clustering has failed (isinstance (X, int) and X == -1). And the semantic_comlormap.ply obtained from volume sampling cannot be opened with a 3D viewer, suspecting that there may be a problem with volume sampling. I would like to download your extracted point clouds to investigate clustering issues, or can you give me any suggestions based on my problem description?
Thank you very much! Wishing you a smooth work!
The text was updated successfully, but these errors were encountered: