-
Notifications
You must be signed in to change notification settings - Fork 1
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
DurLAR imu and gps dataformat.txt #9
Comments
Our
To process the Python: Use the pandas library to read the CSV file with the following code: import pandas as pd
df = pd.read_csv('data.csv')
print(df) Text Editors: Simple text editors like |
Thank you for your quick answer! for example... This in all the imu and GPS files I see.. I will be happy if you can provide this "first line" for the IMU and GPS files... So I will be able to work with the files I have. Thank you! |
Based on the csv file you provided, I noticed that you might have used our exemplar dataset (600 frames). Unfortunately, we did not include CSV header information in the exemplar dataset (600 frames). We will update the dataset to ensure that all information is included. Additionally, if you download the full DurLAR dataset, this information should be included. Here we attach the first line of the csv files. For the GPS,
For the IMU,
For the LUX,
Hope it helps! |
Hi, (I'm using 20211209 but I see the problem in another datasets too) |
Hi,
what is the dataformat of imu and GPS files?
In KITTI there is one oxts file with dataformat.txt provided...
Thank you!
The text was updated successfully, but these errors were encountered: