Cartucho / mAP

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

What if there is a space in the middle of the category. #126

Open muyinjiangxue opened 4 years ago

muyinjiangxue commented 4 years ago

Expected: ['difficult'] Received:

If you have a with spaces between words you should remove them by running the script "remove_space.py" or "rename_class.py" in the "extra/" folder.

AndrewNest commented 3 years ago

我也是这个问题,发现extra文件夹下没有“remove_space.py"和"rename_class.py"文件啊