Datasets:
Add dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- kepco
|
| 5 |
+
- power-lines
|
| 6 |
+
- polyline
|
| 7 |
+
- yolino
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Yolino-KEPCO
|
| 11 |
+
|
| 12 |
+
KEPCO (Korea Electric Power Corporation) aerial powerline dataset in YOLinO format for cross-domain evaluation.
|
| 13 |
+
|
| 14 |
+
## Layout
|
| 15 |
+
|
| 16 |
+
```
|
| 17 |
+
images/{train,val}/*.png
|
| 18 |
+
labels/{train,val}/*.npy
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
+
Built with dual-crop 1024² tiling via `scripts/prepare_kepco_yolino.py`.
|
| 22 |
+
|
| 23 |
+
## Splits
|
| 24 |
+
|
| 25 |
+
| Split | Images |
|
| 26 |
+
|-------|--------|
|
| 27 |
+
| train | 146 |
|
| 28 |
+
| val | 36 |
|
| 29 |
+
|
| 30 |
+
## Related checkpoints
|
| 31 |
+
|
| 32 |
+
| Experiment | File | Role |
|
| 33 |
+
|------------|------|------|
|
| 34 |
+
| `exp23_finetune_kepco` | `best_model.pth` | Geometry fine-tune |
|
| 35 |
+
| `exp71_gnn_kepco` | `best_model.pth` | GNN assembly |
|
| 36 |
+
|
| 37 |
+
Weights: [V8heart/CAPSTONE-gnn-weights](https://huggingface.co/V8heart/CAPSTONE-gnn-weights)
|
| 38 |
+
|
| 39 |
+
## Download
|
| 40 |
+
|
| 41 |
+
```bash
|
| 42 |
+
hf download V8heart/Yolino-KEPCO \
|
| 43 |
+
--repo-type dataset \
|
| 44 |
+
--local-dir ./Yolino_KEPCO
|
| 45 |
+
```
|