-
Notifications
You must be signed in to change notification settings - Fork 347
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
Checking the mAP for cars, cyclist, and pedestrian #183
Comments
It depends on which classes you trained: it seems to me that you trained just for the car class. You can either train separately on the classes or create a config to train on all classes (to do that there are info on the other issues)! Hope it still helps you, even if i am just a student, i used this algorithm a bit lately. |
Are you able to visualise the pedestrian and cyclist? I have set the pedestrian and cyclist class to be TRUE under the config file and retrained them. |
Just cars and People! But yes, pretty much.If you want in another issue, already closed, the authors of the algorithm commented giving the config they used and other suggestions! You can find it under the name "All class training" or something similar. |
Ill try again with pedestrian and cyclist class only. Thank you |
If you kept the results for the car class with a simple python script you could easily merge in the same .txt file the proposed boxes you obtained with the two training sessions: when plotting it is just necessary that the results in the files in the proposed boxes 4c folder display the predictions for all classes. So in case you would not need to train a third time! |
hello, i want train 3classes, but get error "/avod/avod/data/mini_batches/iou_2d/kitti/train/lidar/All[ 0.5]/004826.npy not found for sample 004826 ", i wander these handle file dire called All[0.5], but i only get Car[0.5], Cyclist[0.5] and Pedestrain[0.5] by running the script 'gen_mini_batches.py', these is no one called All[0.5]. How can i fix it? Thank you! |
Hi, 1.avod/configs/mb_preprocessing/rpn_[class].config; |
Hi, may I know how can I check the mAP for all 3 classes (cars, pedestrian, and cyclist)? I only manage to get the AP vs Recall at 120K iteration for cars, and I could not find the mAP for pedestrian and cyclist.
120000 done. car_detection AP: 89.690933 87.545586 80.095444 car_detection_BEV AP: 89.220963 86.716461 79.471199 car_heading_BEV AP: 89.044968 86.048393 78.694473 car_detection_3D AP: 76.440689 66.945091 66.161629 car_heading_3D AP: 76.301559 66.577248 65.644859
Also, the detection for pedestrian and cyclist doesn't seem to show in the show_prediction_2D. I believe that the red boxes are the ground truth. May I know what seems to be the problem?
The text was updated successfully, but these errors were encountered: