-
Notifications
You must be signed in to change notification settings - Fork 265
[kitti-evaluation-toolkit-format-labels-dumping] Minor code changes to dump prediction labels in KITTI evaluation toolkit expected format. #30
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
base: master
Are you sure you want to change the base?
Conversation
hello @viplix3, thank you! Have you evaluate with a kitti tool ? Because I evaluate with https://github.com/prclibo/kitti_eval but I have a wrong result. |
@SofianeB-03 yes, I was able to evaluate using the KITTI evaluation toolkit. It would be helpful if you could elaborate in what sense are you getting the wrong results. |
Thank you for your help. My results are: AP ~ 0.02 for pedestrian and cyclist and ~0.20 for car. It seems wrong (with the evaluation from evaluate.py on this repo, I have mAP ~ 0.88). |
@viplix3 I used the same kitti tool to evaluate this model ComplexYolov4 with pre-trained weights on this repo (on Validation dataset kitti) but I have wrong results again : AP ~ 0.0 Ped,Cycl and AP ~ 0.10 for car. Can you share your results of the pre-trained model from this repo please? |
@SofianeB-03, for the model I trained, I am getting these numbers on the KITTI test sub-set I've created from KITTI training data. This subset has not been used in the training/validation set of the model. BEV (Easy/Moderate/Hard) 3D (Easy/Moderate/Hard) |
Thank you very much ! |
@viplix3 open for questions related to BEV evaluation with KITTI? |
Hi @Petros626, it's been quite a while since I last worked with KITTI, so my memory might be a bit rusty. That said, I’d be happy to help with any questions you have around BEV evaluation—feel free to ask! |
@viplix3 Thank you very much for the quick response! I would write you an email and post the final solution to my problem here as a comment. |
@viplix3 did you received my mail? |
A brief overview of changes done and the files affected mentioned below.
Retaining box prediction confidence when converting the box from LiDAR coordinate frame to camera coordinate frame. File changed:
Dumping the output labels in the KITTI evaluation toolkit expected format. Files changed: