Megvii-BaseDetection / BEVDepth

Official code for BEVDepth.
MIT License
684 stars 94 forks source link

pkl file used in visuasualization code does not exist #153

Open djuneja17 opened 1 year ago

djuneja17 commented 1 year ago

Visualization code i.e., visualize_nusc.py is looking for nuscenes_12hz_infos_val.pkl file in line 149: infos = mmcv.load('data/nuScenes/nuscenes_12hz_infos_val.pkl')

I am unable to find this file and neither it is generated by the script provided i.e., gen_info.py. Can you please tell how to generate this pkl file?