Skip to content
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

using the code to train model on KITTI dataset, but get only 78.5% mAP on Car Moderate #54

Open
lubinBoooos opened this issue Apr 18, 2023 · 3 comments

Comments

@lubinBoooos
Copy link

I git the code, and train it with 4 GPUs, the final validation result is below, and the result match the author's log:
Car AP@0.70, 0.70, 0.70:
bbox AP:96.1959, 90.2071, 89.5205
bev AP:90.3205, 88.6980, 87.1650
3d AP:89.3422, 79.5088, 78.3107
aos AP:96.15, 90.07, 89.31
Car AP_R40@0.70, 0.70, 0.70:
bbox AP:98.2938, 95.3598, 92.7532
bev AP:94.9527, 91.0876, 88.8033
3d AP:91.7655, 83.3217, 80.2945
aos AP:98.26, 95.19, 92.50
Whereas, I do inference on KITTI's testing sub-dataset, and submit it to KITTI's official website, and get the result below:
Car (Detection) | 95.92 % | 94.59 % | 90.12 %
Car (Orientation) | 95.90 % | 94.45 % | 89.88 %
Car (3D Detection) | 87.14 % | 78.47 % | 73.53 %
Car (Bird's Eye View) | 92.21 % | 88.71 % | 83.72 %
Pedestrian (Detection) | 62.09 % | 52.25 % | 49.75 %
Pedestrian (Orientation) | 58.38 % | 48.11 % | 45.50 %
Pedestrian (3D Detection) | 45.75 % | 37.78 % | 35.39 %
Pedestrian (Bird's Eye View) | 50.23 % | 42.84 % | 40.55 %
Cyclist (Detection) | 85.42 % | 71.23 % | 66.10 %
Cyclist (Orientation) | 85.04 % | 70.70 % | 65.52 %
Cyclist (3D Detection) | 76.24 % | 60.51 % | 54.57 %
Cyclist (Bird's Eye View) | 80.50 % | 65.60 % | 59.44 %
Any misstake I done?

@carrolltm
Copy link

I met the same problem, did you solve it?

@liyognxu
Copy link

I git the code, and train it with 1 3090 GPU, don't even get good training results.
Car AP@0.70, 0.70, 0.70:
bbox AP:90.7990, 90.1060, 89.3615
bev AP:90.3149, 88.5166, 86.9862
3d AP:89.0253, 79.1707, 78.0748
aos AP:90.79, 90.01, 89.20
Car AP_R40@0.70, 0.70, 0.70:
bbox AP:96.3080, 94.8953, 92.6039
bev AP:93.2292, 89.5445, 88.7421
3d AP:89.5771, 82.7497, 79.9741
aos AP:96.28, 94.77, 92.42

@lubinBoooos
Copy link
Author

lubinBoooos commented Jul 6, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants