laughtervv / SGPN

SGPN:Similarity Group Proposal Network for 3D Point Cloud Instance Segmentation, CVPR, 2018
MIT License
268 stars 62 forks source link

Some questions about DBSCAN for the experiments of ShapeNet. #39

Open LiBiao-SZU opened 4 years ago

LiBiao-SZU commented 4 years ago

Hello, @laughtervv @weiyuewang . In the experiments of ShapeNet, I want to perform the DBSCAN clustering algorithm to generate instance labels. But the parameters of DBSCAN are hard to chooose. Could you please provide the values of eps and min_samples of DBSCAN? And I would be grateful if you could provide the instance labels of ShapeNet. Thank you!