whizzmobility / models

Models and examples built with TensorFlow. Added support for more recent SOTA, and implementing on private datasets.
Apache License 2.0
0 stars 0 forks source link

[Feature] Evaluation procedure to get mAP for YOLO #58

Closed rehohoho closed 3 years ago

rehohoho commented 3 years ago

Prerequisites

Please answer the following question for yourself before submitting an issue.

1. The entire URL of the file you are using

https://github.com/tensorflow/models/tree/master/official/beta/vision

2. Describe the feature you request

A clear and concise description of what you want to happen. Evaluation definition to run validation and get mAP when comparing with ground truth boxes.

3. Additional context

Add any other context about the feature request here. Required to gauge the accuracy of the yolo detector.

4. Are you willing to contribute it? (Yes or No)

Yes.