cguindel / eval_kitti

Tools to evaluate object detection results using the KITTI dataset.
57 stars 23 forks source link

How to get easy,moderate and hard result? #4

Closed zqdeepbluesky closed 6 years ago

zqdeepbluesky commented 6 years ago

Hello, thanks for your code, I would like to know how to get three result contain: easy, moderate, hard?.just like follow results: Task | moderate | easy | hard | speed (ms) | speed (fps)

FastBox | 86.45 % | 92.80 % | 67.59 % | 35.75 ms | 27.97 Faster-RCNN1 | 78.42 % | 91.62 % | 66.85 % | 78.30 ms | 12.77 can you tell me how to get this?thanks so much.