-
Notifications
You must be signed in to change notification settings - Fork 49
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
reproduce the results of DARPA #19
Comments
HI @DarrenWong,
Best, |
@nubertj Thanks for your kind response. Look forward to your updates and the latest work in ICRA 2022. You can send me by email: [email protected] |
Hi @nubertj . I encountered a similar problem. Whether or not I modify the parameters in the config, the trained network always makes mistakes in predicting rotation. I want to locate the problem, and can you provide model parameters with the experiments DARPA SubT Challenge Urban Circuit? Thanks for your help! |
HI @GavyndotLee,
Independent Note:I can share the model, but I did some pretty big adjustments in the code before open sourcing it, so I would need to retrain the model. As I am currently doing an internship in the USA it is not so easy to find the time for that, but I can try. But in general to make sure: Clearly the generalization capability of the network depends on the amount of training data you use (as always). Also the training procedure is not the most stable one, so the performance (in particular on kitti) can vary quite a bit from epoch to epoch. If nice generalization is needed, I fear that simply more data needs to be used for training, compared to the output on kitti. Best, |
HI @nubertj, In addition, even if I use the training set, the prediction is not satisfactory, as shown in the following figure. To eliminate the problem of scan2map, I supplement the running results of the LOAM method on the training set and validation set. |
Dear officer,
Thanks for sharing a great job.I am running the code with the experiments DARPA SubT Challenge Urban Circuit in the paper Self-supervised Learning of LiDAR Odometry for Robotic Applications
First I trained a network base on the Alpha course for around 80 epochs with a loss of 0.077586
Then I use the Beta to infer the results
seems not very close to the paper
I also try to use a LOAM-like method, it can output a map so I think the data I am using is correct.
My question is,
The text was updated successfully, but these errors were encountered: