Tsinghua-MARS-Lab / ViP3D

MIT License
133 stars 19 forks source link

How to generate the nuscenes_prediction_infos_val.json for the mini data? #16

Closed OopsYHQ closed 9 months ago

OopsYHQ commented 9 months ago

I tried running PYTHONPATH=. python tools/test.py plugin/vip3d/configs/vip3d_resnet50_3frame.py work_dirs/vip3d_resnet50_3frame.1/epoch_24.pth --eval bbox --cfg- options model.generate_nuscenes_prediction_infos_val=True data.workers_per_gpu=0 but no success. Is it possible that the code in question hasn't been updated yet? 1

GentleSmile commented 9 months ago

Sorry, what about using the following command:

PYTHONPATH=. python tools/test.py plugin/vip3d/configs/vip3d_resnet50_3frame.py work_dirs/vip3d_resnet50_3frame.1/epoch_24.pth --eval bbox --cfg-options data.test.generate_nuscenes_prediction_infos_val=True data.workers_per_gpu=0
OopsYHQ commented 9 months ago

thank you!!I find it!