TRAILab / CaDDN

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

The results I test on the validation set are different from those provided in the paper? #30

Closed rockywind closed 3 years ago

rockywind commented 3 years ago

Thanks for your contribution! The results I tested on the validation set is bellow:

image

but, the results provided in this paper is: image

codyreading commented 3 years ago

That is expected. Each time the model is trained the results will differ slightly. The model I trained for this code release is slightly different from the model I reported for the paper, as I had to do a refactor for this release that made my old model incompatible.

rockywind commented 3 years ago

Yes,thank you very much!

zhouzheyuan commented 2 years ago

@rockywind hi, may I ask what is your training config? 😊