Skip to content

Conversation

@bernardev254
Copy link

Summary

This PR completes the evaluate() function by implementing mAP calculation on the validation set using model predictions.

Changes

  • Combines model with eqx.combine and runs inference using jax.vmap.
  • Applies postprocessing to convert raw outputs into bounding boxes, labels, and scores.
  • Computes mean Average Precision (mAP) using IoU-based matching.
  • Displays mAP per epoch during validation.

Motivation

Adding mAP evaluation enables quantitative tracking of model performance during training and validation, aligning with the YOLOv10-inspired object detection framework.

closes #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement mAP calculation for evaluation

1 participant