Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags: [football, soccer, object-detection, instance-segmentation, coco]
|
| 4 |
+
task_categories: [object-detection, image-segmentation]
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# FUT-HEROS SPF — COCO instance-segmentation dataset (ball / player / goal)
|
| 8 |
+
|
| 9 |
+
Auto-labelled football frames (COCO format) for ball/player/goal instance segmentation.
|
| 10 |
+
Labels generated by **SAM3 + NVIDIA LocateAnything-3B** (zero manual annotation), from a
|
| 11 |
+
single fixed-camera amateur session. Clip-level, goal-stratified **train/valid/test** split.
|
| 12 |
+
|
| 13 |
+
`train/`, `valid/`, `test/` each have `_annotations.coco.json` + frames.
|
| 14 |
+
Classes: `1 ball, 2 player, 3 goal`. Part of the [FUT-HEROS](https://github.com/) project.
|