Skip to content

lzccccc/kitti_eval_offline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KITTI_eval_offline

Evaluate detection model on KITTI offline using 40 recall positions as proposed in MonoDIS [1].

How to use

  1. Complie evaluate_object_offline.cpp.
g++ -O3 -DNDEBUG -o evaluate_object_offline evaluate_object_offline.cpp
  1. Prepare label and detection results.
kitti_eval_offline/
├── label_2/
└── results/
     └── data/
  1. Run the evaluation code.
./evaluate_object_offline ./label_2/ ./results/

A simple example is provided in test_eval_offline.py

Reference

[1] Andrea Simonelli, Samuel Rota Bulo, Lorenzo Porzi, Manuel Lopez-Antequera, and Peter Kontschieder. Disentangling monocular 3d object detection. In ICCV, 2019.

About

evaluate KITTI detection on 40 recall points

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published