-
Notifications
You must be signed in to change notification settings - Fork 70
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
How do I use this package with a 64-line LIDAR? #17
Comments
Hi, obviously you have more points to deal with. Since this "online learning" is actually a modular pipeline, you may need to consider "clustering" with your 64-line LIDAR first. To do so you could refer here: https://github.com/yzrobot/adaptive_clustering/blob/master/src/adaptive_clustering.cpp#L252. Alternatively, if real-time performance is affected, you may want to consider downsampling. The SVM part can remain unchanged for the time being, and improve when necessary. Cheers. |
Hi: |
Hi, Yan, @yzrobot, thank you for your project first. |
Hi, are you referring to here, if so:
So the idea of the code is that, if it's 1 then we show the bounding-box, otherwise no. You don't need to train a new svm model, the code can handle it correctly. |
|
Hello, Thanks in advance |
Hi:
Thank you for your work. This is what I need.
I have a 64-line LIDAR but this package seems to only support 16-line LIDAR. What should I do to take my LIDAR data to use this package?
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: