nutonomy / nuscenes-devkit

The devkit of the nuScenes dataset.
https://www.nuScenes.org
Other
2.24k stars 617 forks source link

training with one part of the dataset #899

Closed dakaiss28 closed 1 year ago

dakaiss28 commented 1 year ago

Hi, I would like to train my model on Nuscenes but I cannot download all blobs of the v1.0-trainval. Is there a way to get the metadata only for the first blob (v1.0-trainval01blob) ? If I use the metadata for the whole v1.0-trainval, I have some "FileNotFound" Errors. Thanks !

whyekit-motional commented 1 year ago

@dakaiss28 I don't think there's a straightforward to hack the devkit in order for you to train only on one blob

Perhaps using the v1.0-mini split might be better in your case