You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I trypython tools/test.py $configs $checkpoint --format-only --eval-options jsonfile_prefix=jsonsave/
The following error appears to be looking for annotations?
When I remove the config file:
Then:
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:
The text was updated successfully, but these errors were encountered:
Gigalomanicx
changed the title
How do run a test set and upload the results to nuscenes.org?
How to run a test set and upload the results to nuscenes.org?
May 13, 2024
I modified the version of create_data_bevdet.py to generate infos_test.pkl
When I commented out BEVAug and PointToMultiViewDepthFusion and gt_depth.
An assertion error has occurred
When I try
python tools/test.py $configs $checkpoint --format-only --eval-options jsonfile_prefix=jsonsave/
The following error appears to be looking for annotations?
When I remove the config file:
Then:
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:
The text was updated successfully, but these errors were encountered: