-
Notifications
You must be signed in to change notification settings - Fork 113
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
The output of kitti_native_evaluation #69
Comments
Hi @PuJanhan, Do you see any warnings or errors when you use kitti_native_evaluation? Does it give the evaluation results? |
Hi,I use python3 run.py checkpoints/car_auto_T3_train/ --dataset_root_dir DATASET_ROOT_DIR --output_dir DIR_TO_SAVE_RESULTS I get the results and Evaluate output results on the validation split, the result like this: car_detection_AP : 0.699301, 0.699301, 0.699301 Are the three values of car_detection_AP correspond to easy, moderate and hard in your paper? Why are they the same value? The validation split are all easy? |
Hi @PuJanhan,
Hope it helps. Thanks. |
Thanks, I follow your advice and success. |
Glad to know it works! |
@PuJanhan from your modifications r u getting better results compared to the author ?? can you share the results obtained and the process applied |
Thanks for your work, I modified model and trained it .I want to evaluate the model, But the output of kitti_native_evaluation is a empty file named plot . How do I evaluate the modified model?
The text was updated successfully, but these errors were encountered: