utiasASRL / pyboreas

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

Data missing #51

Closed paaraujo closed 2 months ago

paaraujo commented 2 months ago

Hi,

I downloaded a few trajectories (~30) and I'd like to report that for the following trajectories the folder applanix only contains the files dmi.csv and imu_raw.csv.

Best, Paulo.

keenan-burnett commented 2 months ago

This is to be expected, these sequences are a part of the test set: https://github.com/utiasASRL/pyboreas/blob/eeb2b1bb302f5386eff7198858846f6d89675fda/pyboreas/data/splits.py#L42-L56

paaraujo commented 2 months ago

Nice! Good to know, I am using the dataset independent of the splits provided. Thank you!