MCG-NJU / SparseBEV

[ICCV 2023] SparseBEV: High-Performance Sparse 3D Object Detection from Multi-Camera Videos
https://arxiv.org/abs/2308.09244
MIT License
361 stars 25 forks source link

Can't find `sample_infos = pickle.load(open(os.path.join(args.data_root, 'nuscenes_infos_train.pkl'), 'rb'))` #37

Closed matrix97317 closed 1 year ago

matrix97317 commented 1 year ago

Hi, I can't find this file "nuscenes_infos_train.pkl", could you explain it.

afterthat97 commented 1 year ago

It's generated by the official mmdetection3d, see https://mmdetection3d.readthedocs.io/en/latest/user_guides/dataset_prepare.html

matrix97317 commented 1 year ago

Thanks