-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discrepancy of the model performance in KITTI dataset #9
Comments
It seems like after training the network, using the
|
Hi, these errors reported above are in the pixel space. To get the error in (m), we need to multiply the same by |
Hi !
the result is as follows |
Hi Shashank,
I run the
infer-main.ipynb
. By default, it is using INFER-Skip (Top 5) in the KITTI dataset, but the result that I get is1s: 2.209328362278883, 2s: 2.9157824738774303, 3s: 3.683025655408532, 4s: 5.294841714296214
I believe this is the same ADE metric that you used in Table 1 of your paper, but why the ADE here is significantly worser than what your paper recorded? How should I replay the result in the paper?
Regards,
DK
The text was updated successfully, but these errors were encountered: