Darkflow: How to test the network?

Created on 28 Mar 2018  ·  5Comments  ·  Source: thtrieu/darkflow

I want to test the network with the trained model. How can I test the model with the Pascal VOC 2007 test set?
Additionally, How many times should I train the network? the number of epochs is designated as 2000, but I think it is too many (compared to the Faster R-CNN). Should I use the pre-defined parameters?

Most helpful comment

@bareblackfoot you have to see this repo https://github.com/Cartucho/mAP in this issue https://github.com/Cartucho/mAP/issues/3 .This repo work perfectly with darkflow format annotation and prediction file.

All 5 comments

yes, you should use the default configuration and only follow the readme.md.

@melonetern I want to see the mAP result. I only found that the network test with demo images.

i have same issues, how to measure mAP from prediction json file ( #70 ) ?
i've seen some issues in this repo but i can't find the solution.

@bareblackfoot you have to see this repo https://github.com/Cartucho/mAP in this issue https://github.com/Cartucho/mAP/issues/3 .This repo work perfectly with darkflow format annotation and prediction file.

@andikira Thank you! I got the mAP result.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eugtanchik picture eugtanchik  ·  4Comments

Kowasaki picture Kowasaki  ·  4Comments

1NNcoder picture 1NNcoder  ·  3Comments

humanova picture humanova  ·  4Comments

hrshovon picture hrshovon  ·  5Comments