kujason / avod

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

Issues with Evaluation Script #169

Closed jmiemirza closed 4 years ago

jmiemirza commented 4 years ago

Hi,

I have been using a new dataset but it has been built on the same format as KITTI. I am having trouble with the evaluation script. When I run the evaluation script to evaluate all the checkpoints, nothing is written in the results file. I am attaching a screenshot:

image

This is how it looks. However, I tried with just 50 samples of the same dataset and it provided me with the following output file:

image

Now when I follow the readme and evaluate individual checkpoints, I get only the Car Detection AP.

Did anyone have the same problem?

Thanks

ferdyandannes commented 4 years ago

Hi,

I have been using a new dataset but it has been built on the same format as KITTI. I am having trouble with the evaluation script. When I run the evaluation script to evaluate all the checkpoints, nothing is written in the results file. I am attaching a screenshot:

image

This is how it looks. However, I tried with just 50 samples of the same dataset and it provided me with the following output file:

image

Now when I follow the readme and evaluate individual checkpoints, I get only the Car Detection AP.

Did anyone have the same problem?

Thanks

Have you solved this problem? Because I have same problem, thank you

kujason commented 4 years ago

Please try compiling and running the C++ evaluation script separately (https://github.com/kujason/avod/tree/master/scripts/offline_eval/kitti_native_eval) to make sure it runs as expected.