Views
No views yet
basketball-player-detection-3 (test split), via the object-detection-eval harness.| Metric | 5-class | 10-class |
|---|---|---|
| mAP@50:95 | 0.672 | — |
| mAP@50 | 0.934 | — |
letterbox (alignment: top_left)noneBGR(3, 800, 800) (float32)see docs/provenance/training-runs.md#yolox-m-8001from object_detection_eval.registry import ModelRegistry, download_weights
2
3registry = ModelRegistry.from_directory("registry")
4card = registry.get("yolox-m-800")
5weights_path = download_weights(card)