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

Update ValueError message in line 392 #130

Open qyangaa opened 4 years ago

qyangaa commented 4 years ago

Update ValueError message for ground truth line.split() in line 392. Reason: extra/ folder no longer exists, no script \"remove_space.py\" or \"rename_class.py\" found. The error may occur if more data are packed into the line, not only when class_name has spaces. Changes: removed the run-script hint. Add line length to show error explicitly.