Views
No views yet
basketball-player-detection-3 (test split), via the object-detection-eval harness.| Metric | 5-class | 10-class |
|---|---|---|
| mAP@50:95 | — | — |
| mAP@50 | — | — |
square (alignment: none)mean_stdRGB(3, 560, 560) (float32)see docs/provenance/training-runs.md#rfdetr-s-5601from object_detection_eval.registry import ModelRegistry, download_weights
2
3registry = ModelRegistry.from_directory("registry")
4card = registry.get("rfdetr-s-560")
5weights_path = download_weights(card)