-
Notifications
You must be signed in to change notification settings - Fork 13
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
organization of datasets #6
Comments
and how can I use the pertained model in the process of evolution? 😊 |
I use the original format of KITTI except for the matched IMU files. The details can be found in https://journals.sagepub.com/doi/pdf/10.1177/0278364913491297 |
We can use the argument --load_weights_folder to load the pretrained model : ) |
Thank you for reply! And now I am troubled by a problem, that is, when the imu between two img frames is missing, how do you process the aligned data and get the predicted poses? |
Hi @scarLiu , I simply mark it as 'nan' in the matched imu files, and ignore those pairs with missing imu during training. Please note that we do not require imu during inference : ) |
It is commendable that your work has been very meticulous, but if you can list the organization format of each file in your Kitti dataset, it will be more friendly to beginners~
The text was updated successfully, but these errors were encountered: