-
Notifications
You must be signed in to change notification settings - Fork 232
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
A question about the dynamic objects。 #16
Comments
Hi there, thanks for your interest in my work :) So if the dynamic objects are small enough (majority of the measurements is on the static scene), it should work. You can also play with the m-estimator parameter (https://github.com/johannes-graeter/limo/blob/master/demo_keyframe_bundle_adjustment_meta/launch/keyframe_ba_monolid.launch , line 45). Note that for depth and reprojection error the "robust_loss_threshold" must be tuned individually. I tried that on KITTI and got a translation error around 1.05%. To do that you can just deactivate the "semantic_labels" node in kitti_standalone.launch (https://github.com/johannes-graeter/limo/tree/master/demo_keyframe_bundle_adjustment_meta/launch) and hand over a different tracklets_subscriber_topic to "keyframe_ba_monolid.launch". If you tried it please share your result :) Regards, Johannes |
Thanks for your detail answers! I will remember these valuable suggestions.Once I have tested limo on my own car, I will give you feedback in time. |
Hi there, Cheers, |
It runs nicely without the semantics :) please wait a little longer until the update of the repo :) |
OK. Thanks! Wait for your update! |
waitting. Hi, I simply provide all pixels with the same label. Is it a solution without semantic labels? |
If you don't assign the labels they should be initialized to -1 and hence all treated equally. If you assign an arbitrary one, it risk to be one of the outlier labels. |
Thanks for your excellent work! I want to test limo on my own data. SInce Identifying the dynamic objects by deep learning is a little hard. So I want to know how much influence does the dynamic object have on the accuracy of the track? Have you ever tested it without semantic labels? Great thanks!!
The text was updated successfully, but these errors were encountered: