Open ghost opened 5 years ago
hi,I am using keras-yolo3 detection,I thought The annotation file that refers to ground-truth in (keras-yolo3 format) are produced by labelImg. What about the the annotation file that refers to predictions in (keras-yolo3 format)? The trained model can detect the image ,but can't produce a annotation file that refers to predictions......Uh could you explain how to implement calculation map in keras-yolo3 version.Thank you very much.
Sorry, I have not seen the keras-yolo3, I think keras is not flexible. If you want to calculate mAP with my code, you should first run python voc_annotation.py
hi,I am using keras-yolo3 detection,I thought The annotation file that refers to ground-truth in (keras-yolo3 format) are produced by labelImg. What about the the annotation file that refers to predictions in (keras-yolo3 format)? The trained model can detect the image ,but can't produce a annotation file that refers to predictions......Uh could you explain how to implement calculation map in keras-yolo3 version.Thank you very much.