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

clustering result is always be like 'count': 0 #27

Open
MisuZeng opened this issue Oct 9, 2024 · 8 comments
Open

clustering result is always be like 'count': 0 #27

MisuZeng opened this issue Oct 9, 2024 · 8 comments

Comments

@MisuZeng
Copy link

MisuZeng commented Oct 9, 2024

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!

@meyerls
Copy link
Owner

meyerls commented Oct 21, 2024

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.

@MisuZeng
Copy link
Author

Ok. Thank you so much!

@park-dea
Copy link

park-dea commented Nov 8, 2024

hello, has the point cloud been released?

@Cola-1
Copy link

Cola-1 commented Nov 13, 2024

@meyerls hello, has the point cloud been released?

@yimoW
Copy link

yimoW commented Dec 18, 2024

I can open the semantic_comlormap.ply through meshlab, but the clustering result is still 0. I've met the same issue as listed

@EyGy
Copy link

EyGy commented Jan 7, 2025

Have a look at my answer for #21
did you try lowering the values for remove_outliers_nb_points and remove_outliers_radius?
Perhaps the outlier removal steps are not correctly configured to match your data...

@park-dea
Copy link

@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.

@EyGy
Copy link

EyGy commented Jan 14, 2025

@park-dea
Well if you get 0 using the synthetic FruitNerf Dataset and the respective parameters out of the "config_synthetic.py" that is strange, unexpected behavior. Without access to your code this will be difficult to debug and probably is caused by your setup?

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.

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

6 participants