kujason/avod

Issues with Evaluation Script

Closed this issue · 2 comments

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

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

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.