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

Detection pipeline for scene segmentation #21

Closed
ashishk008 opened this issue Jul 6, 2017 · 1 comment
Closed

Detection pipeline for scene segmentation #21

ashishk008 opened this issue Jul 6, 2017 · 1 comment

Comments

@ashishk008
Copy link

Hi Charles,
How exactly are you building the graph for BFS search to get the connected components in the detection pipeline? I could not find the code for detection pipeline in the repo. Are you planning to add it in near future? Thanks.

@charlesq34
Copy link
Owner

Hi @ashishk008

I randomly select a point as seed point and try to find connected component. When no more points within a certain radius can be found, I will select a new seed point from the remaining points and repeat the process.

There is currently no plan to release that code. Hopefully someone will build a more robust 3D object detector upon current framework

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

2 participants