Cartucho / mAP

mean Average Precision - This code evaluates the performance of your neural net for object recognition.
Apache License 2.0
2.91k stars 909 forks source link

wrong format #128

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi @Cartucho What could be possible error, i have put screenshot..please help. er

qyangaa commented 4 years ago

I had the same issue, and it turns out that the ValueError is raised when your line.split() in main.py line 386 fails. Specifically, my data failed because I included the confidence level in ground truth (=1), which made the line with length 6 (should be 5). You can check if similar stuff happened in your code.