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

organization of datasets #6

Open
scarLiu opened this issue Mar 1, 2023 · 5 comments
Open

organization of datasets #6

scarLiu opened this issue Mar 1, 2023 · 5 comments

Comments

@scarLiu
Copy link

scarLiu commented Mar 1, 2023

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~

@scarLiu
Copy link
Author

scarLiu commented Mar 2, 2023

and how can I use the pertained model in the process of evolution? 😊

@SenZHANG-GitHub
Copy link
Owner

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~

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

@SenZHANG-GitHub
Copy link
Owner

and how can I use the pertained model in the process of evolution? blush

We can use the argument --load_weights_folder to load the pretrained model : )

@scarLiu
Copy link
Author

scarLiu commented Mar 12, 2023

and how can I use the pertained model in the process of evolution? blush

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?

@SenZHANG-GitHub
Copy link
Owner

and how can I use the pertained model in the process of evolution? blush

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 : )

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