4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python6,120 stars (6,120 stars)2,102 forks (2,102 forks)batch import
enhancementhelp wanted
Description
Dear developer there are no test option to get mAP. how abt making it as well
Contributor guide
- Tech stack
- pythontensorflow
- Domain
- machine learningtesting
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- TensorFlow basicsObject detection metrics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Review the darkflow test code to understand how predictions are evaluated. Check existing metrics like `compute map` from TensorFlow or TensorFlow Object Detection API. Implement mean Average Precision as a new test option, likely in `test.py` or a similar script. Ensure compatibility with the model output format. Look at the 4 comments on the issue for any hints or prior attempts.