OpenDriveLab / UniAD

[CVPR 2023 Best Paper Award] Planning-oriented Autonomous Driving
Apache License 2.0
3.39k stars 371 forks source link

How to test the model on other datasets? #124

Open 181860153 opened 1 year ago

181860153 commented 1 year ago

Thank you for your awesome work! I would like to take some pictures to test the model. Besides six images taken from cam_front_left, cam_front, cam_front_right, cam_back_right, cam_back, cam_back_left, what else information should I give the model? And how should I arrange my data? Thank you very much!

YTEP-ZHI commented 8 months ago

@181860153 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. I suggest implementing a simpler version of uniad for your custom datasets. For example, remove these highly optimized submodules but keep the overall architectures with a bunch of attention as well as queries for interactions across different tasks.