HuangJunJie2017 / BEVDet

Code base of the BEVDet series .
Apache License 2.0
1.45k stars 266 forks source link

How to run a test set and upload the results to nuscenes.org? #345

Open Gigalomanicx opened 6 months ago

Gigalomanicx commented 6 months ago

When I trypython tools/test.py $configs $checkpoint --format-only --eval-options jsonfile_prefix=jsonsave/ The following error appears to be looking for annotations? image When I remove the config file: image Then: image I'm not quite sure how BEVDet's should configure the testpipeline in config. (Dataset generation should be fine, the result.json for the test set can be generated correctly after other model test.py) Here is my test_pipeline and data configuration: image

image

Gigalomanicx commented 6 months ago

I modified the version of create_data_bevdet.py to generate infos_test.pkl image When I commented out BEVAug and PointToMultiViewDepthFusion and gt_depth. image An assertion error has occurred image

shaozheng777 commented 1 month ago

你好,请问这个问题你解决了吗?