TRAILab / CaDDN

Categorical Depth Distribution Network for Monocular 3D Object Detection (CVPR 2021 Oral)
Apache License 2.0
359 stars 62 forks source link

how to select the best model ? #59

Closed rockywind closed 2 years ago

rockywind commented 2 years ago

Hi, after finishing training the KITTI 3D detection train + val set for 80 Epochs, which one of the trained models would be the best for submitting to the KITTI official?

codyreading commented 2 years ago

Since we don't have an additional validation set, I recommend to pick the final model at Epoch 80.

rockywind commented 2 years ago

Thanks!