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.581 | 0.501 |
| mAP@50 | 0.862 | 0.708 |
square (alignment: none)div255RGB(3, 640, 640) (float32)docs/provenance/configs/rtdetrv2_m/rtdetrv2_basketball_m.ymlpython tools/train.py -c docs/provenance/configs/rtdetrv2_m/rtdetrv2_basketball_m.yml -t rtdetrv2_r34vd_120e_coco_ema.pth --use-amp --seed 01from object_detection_eval.registry import ModelRegistry, download_weights
2
3registry = ModelRegistry.from_directory("registry")
4card = registry.get("rt-detrv2-m-640")
5weights_path = download_weights(card)