utiasASRL / pyboreas

Devkit for the Boreas autonomous driving dataset.
BSD 3-Clause "New" or "Revised" License
90 stars 9 forks source link

Please check splits carefully #46

Closed cppcute-pm closed 4 months ago

cppcute-pm commented 4 months ago

Very appreciated for the excellent work related to Boreas dataset! When I use the dataset dev-sdk, I found that the loc_train split in pyboreas.data.splits has a repeated sequence "boreas-2021-04-20-14-11" which occurred twice. This will infuence the sequence num in datasets and futher misleading the get_seq_from_ID's results.At the same time I found the "boreas-2021-04-22-15-00" sequence in odom_train only have the "imu_raw.csv" and "dmi.csv" files, which makes it not a training kind of sequence. Above of all, I want you to fix these problems in this project and check the splits carefully, and thanks for the contribution to the community ! Best wishes !

keenan-burnett commented 4 months ago

Fixed