Gorilla-Lab-SCUT / VISTA

This repo presents you the official code of "VISTA: Boosting 3D Object Detection via Dual Cross-VIew SpaTial Attention"
MIT License
127 stars 13 forks source link

how to generate test result in order to submit a result to nuscenes leaderbord #7

Open TianhaoFu opened 2 years ago

TianhaoFu commented 2 years ago

thanks!

AndlollipopDE commented 2 years ago

Please refer to dist_test.py for a better understanding of the testing procedure. The test flag controls whether to test or not. To submit results, zip the generated json file and upload the zipped file to the test server according to the official nuScenes guide.

TianhaoFu commented 2 years ago

To submit results, zip the generated json file and upload the zipped file to the test server according to the official nuScenes guide.

do i need to modify the result file? also, any extra file do i need in order to submit a result? thanks! @AndlollipopDE