OpenDriveLab / UniAD

[CVPR'23 Best Paper Award] Planning-oriented Autonomous Driving
Apache License 2.0
3.11k stars 335 forks source link

Dataparsers for other datasets #151

Closed wljungbergh closed 6 months ago

wljungbergh commented 7 months ago

Hi,

Thank you for your work.

Would you happen to know of any efforts to implement data parsers for other datasets like Argoverse 2, WOD, or ZOD?

YTEP-ZHI commented 6 months ago

@wljungbergh There are no off-the-shelf data parsers for other AV datasets. It will take a lot of engineering effort to adapt the codebase to other datasets, as it's heavily coupled with nuscenes annotations for multiple tasks throughout the data process, training, inference/validation.

wljungbergh commented 6 months ago

Alright! Might create one and add a PR. Thanks