Closed richard0326 closed 5 years ago
I have searched valid.py source code and found this. Not mAP. In example of homepage they return mAP but I couldn't find it.
fps[cls_id].write('%s %f %f %f %f %f\n' % (fileId, prob, x1, y1, x2, y2))
return this... not mAP like example.
below is my return.
after executing valid.py, you should run my_eval.py for voc_data as: python scripts/my_eval.py results/comp4_dettest data/2007_test.txt data/voc.names
thank you!
I have searched valid.py source code and found this. Not mAP. In example of homepage they return mAP but I couldn't find it.
fps[cls_id].write('%s %f %f %f %f %f\n' % (fileId, prob, x1, y1, x2, y2))
return this... not mAP like example.
below is my return.