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

convert csv poses to npy poses #3

Open
sijieaaa opened this issue Feb 19, 2023 · 5 comments
Open

convert csv poses to npy poses #3

sijieaaa opened this issue Feb 19, 2023 · 5 comments
Labels
todo unfinished work

Comments

@sijieaaa
Copy link

Hi Junyi,

Could you help to provide the code that converts from .csv poses to your processed .npy poses? :)

Thanks!

Regards,
Sijie

@BIT-MJY
Copy link
Owner

BIT-MJY commented Feb 23, 2023

Thanks for your interest in our work! I am busy writing my master thesis but will release the code you need in one month.

Your patience is appreciated :-)

@BIT-MJY BIT-MJY added the todo unfinished work label Mar 30, 2023
@ydragon719
Copy link

Hello! Do you have the conversion code to the npy ? Like the T_w_r_gt_0108.npy.

@Yan-Yx
Copy link

Yan-Yx commented Jun 23, 2023

Hi Junyi,

I would also like to know how to convert the .csv file of the ground truth of NCLT to the .npy file. Could you please help to provide the code?

Thanks and best regards!

@cpkingw
Copy link

cpkingw commented Jul 8, 2023

It seems that the ground truth (.npy) is obtained by linear interpolation based on the .csv files and the timestamps of .bin. Refer to the read_ground_truth.py file in the dataset website for the implementation of interpolation. As for the 'nan' in the groundtruth.csv of 2012-01-08, they are replaced with the first normal values. The rotation matrix is converted from RPY. However, there is a transformation difference between the groundtruth calculated and that provided (.npy), which confuses me.

@BIT-MJY
Copy link
Owner

BIT-MJY commented Jul 24, 2023

Sorry for the late reply! You could refer to pole-localization to generate the poses at first. The release in this repo is coming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo unfinished work
Projects
None yet
Development

No branches or pull requests

5 participants