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

is there any way to use clustering the dynamic points alone? #27

Closed
himhan34 opened this issue Jun 15, 2024 · 3 comments
Closed

is there any way to use clustering the dynamic points alone? #27

himhan34 opened this issue Jun 15, 2024 · 3 comments

Comments

@himhan34
Copy link

himhan34 commented Jun 15, 2024

thanks for the really nice repo and code.
i have tried dataset and seen the result of the clustering.
however as i am using jetson orin 64gb developer kits. the fps of the clustering was bit slow.

is there a reason? and if it is possible
the thing that i wanna accomplishing is using the clustering algorithms alone with fastlio2
not making the TSDF mapping. is it possible?

thanks for the reading and have a great day!
(and i just figured out that dynablox is included in the nvblox, i will try that one and tell you how it works.
again have a great day!)

@Schmluk
Copy link
Collaborator

Schmluk commented Jun 28, 2024

Hi @himhan34

Thanks for your interest! The motion cue leveraged by Dynablox to detect moving objects is free space - which requires building a TSDF. Clustering only happens to group the detected dynamic points but won't do much without the motion detection first.

You can play with larger voxel sizes or lower integration ranges if high framerate is really important t you, or use the more GPU-optimized parallelized version in nvblox. Hope this helps!

@himhan34
Copy link
Author

himhan34 commented Jul 1, 2024

thanks for the comment. i will try and tell you the result!

@Schmluk
Copy link
Collaborator

Schmluk commented Jul 2, 2024

That sounds great! Looking forward to it!

@Schmluk Schmluk closed this as completed Jul 2, 2024
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