This repository contains the best checkpoints from clean-image supervised
refinement of
TR-HASH Vision v8 2M COCO.
The realized detector has 2.53M parameters and uses 640 px inputs.
Training was stopped during epoch 15/30 after the validation curve plateaued.
The best O2M checkpoint was selected at epoch 12 by official COCO mAP50-95; the
best NMS-free checkpoint was selected independently at epoch 13.
Evaluation
All values below come from the official COCO evaluator (faster backend) on
COCO 2017 validation.
Inference branch
Epoch
mAP50
mAP50-95
AP small
AP medium
AP large
AR100
Best F1
Best confidence
O2M + NMS
12
0.3250
0.2005
0.1096
0.2074
0.3030
0.3785
0.4420
0.199
NMS-free
13
0.1401
0.0962
0.0705
0.1197
0.1528
0.3879
0.2464
0.141
The root checkpoint is the best O2M + NMS model. The independently selected
NMS-free checkpoint is under best_nms_free/. Exact evaluation payloads are in
validation.json and validation_nms_free.json; metrics.jsonl contains the
complete training trajectory.
Independent reproduction
The numbers above are flagged "self-reported" by the Hub's evaluation widget
(standard for any model-index declaration not run through an official
leaderboard integration) -- worth noting anyway that they have since been
independently reproduced -- thanks to the community. Evaluation was rerun on
this checkpoint and reported:
Inference branch
mAP50
mAP50-95
AR100
O2M + NMS
0.325
0.200
0.379
NMS-free
0.140
0.096
-
These match the values in the table above to within rounding.
Example detection
TR-HASH Vision v8 SFT detecting people, a tennis racket and a baseball glove during a baseball game
Qualitative O2M + NMS inference example at a 0.20 confidence threshold. This image is not part of the reported COCO evaluation.
Comparison with the original YOLO26 reference
This keeps the same 32.2 AP YOLO26 reference used on the
base checkpoint card,
so the percentages remain directly comparable with the original result.
COCO mAP50-95
AP
Percentage of the 32.2 AP reference
YOLO26 reference
32.20
100%
TR-HASH v8 2M base
16.59
51.5% (approximately 52%)
TR-HASH v8 2M SFT
20.05
62.3%
The SFT checkpoint improves the base checkpoint by +20.9% relative and
reduces the remaining gap to the original YOLO26 reference from 48.5% to
37.7%. This is a progress comparison against the reference already used by
the project, not an independently reproduced head-to-head benchmark; training
recipes, initialization and compute budgets differ.
Class IDs are listed in class_names.json. Boxes returned by predict are
normalized xyxy coordinates until restore_detector_boxes maps them to source
pixels.
Training
Dataset: COCO 2017 train; evaluation on COCO 2017 validation
Initialization: detector transfer from AETHORIA-AI/TR-HASH-Vision-v8-2M-COCO