kujason / avod

Code for 3D object detection for autonomous driving
MIT License
939 stars 347 forks source link

evaluate question #156

Closed Buerzhu closed 4 years ago

Buerzhu commented 5 years ago

Who knows how to evaluate a single checkpoint?

kujason commented 4 years ago

You can use the run_inference.py to get predictions from a single checkpoint (https://github.com/kujason/avod#run-inference), and then call the evaluate_object_3d_offline script to get evaluation results.