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

About CCL #11

Open
jiangxb98 opened this issue Jan 10, 2024 · 0 comments
Open

About CCL #11

jiangxb98 opened this issue Jan 10, 2024 · 0 comments

Comments

@jiangxb98
Copy link

Why can't I use the torchex.connected_components to get the same result as scipy.parse.csgraph.connected_components? Sometimes it's the same, but sometimes it's different, and the initial estimate is 50-50。

the code is
cluster_inds = connected_components(xyz, class_id, dist[cls_id], num_points[cls_id], 2, False) # torchex
cluster_inds_v2 = find_connected_componets_single_batch(xyz, batch_id, dist[cls_id]) # scipy

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

1 participant