Object Detection
ultralytics
ONNX
English
yolov8
aerial-imagery
drone
vehicle-detection
birds-eye-view
geo-trax
trajectory
urban-traffic
tracking
Eval Results (legacy)
Instructions to use rfonod/geo-trax with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use rfonod/geo-trax with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("rfonod/geo-trax") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -19,7 +19,6 @@ tags:
|
|
| 19 |
- urban-traffic
|
| 20 |
- tracking
|
| 21 |
- arxiv:2411.02136
|
| 22 |
-
- PyTorch
|
| 23 |
datasets:
|
| 24 |
- rfonod/songdo-vision
|
| 25 |
- Voxel51/VisDrone2019-DET
|
|
@@ -34,18 +33,18 @@ model-index:
|
|
| 34 |
name: Songdo Vision
|
| 35 |
split: test
|
| 36 |
metrics:
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
---
|
| 50 |
|
| 51 |
# Geo-trax: YOLOv8s Vehicle Detector for Drone BEV Imagery
|
|
@@ -210,6 +209,24 @@ training details, and ablation results.
|
|
| 210 |
the four primary classes by default; when using Ultralytics directly, pass
|
| 211 |
`classes=[0, 1, 2, 3]` to suppress unreliable predictions.
|
| 212 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 213 |
## Citation
|
| 214 |
|
| 215 |
If you use this model, please cite the associated publication:
|
|
@@ -245,4 +262,4 @@ also cite the specific version you used via its Zenodo record. For example, for
|
|
| 245 |
This model is released under the
|
| 246 |
[Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/)
|
| 247 |
license; see the [LICENSE](LICENSE) file for the full terms. The Geo-trax codebase is distributed
|
| 248 |
-
separately under the [MIT License](https://github.com/rfonod/geo-trax/blob/main/LICENSE).
|
|
|
|
| 19 |
- urban-traffic
|
| 20 |
- tracking
|
| 21 |
- arxiv:2411.02136
|
|
|
|
| 22 |
datasets:
|
| 23 |
- rfonod/songdo-vision
|
| 24 |
- Voxel51/VisDrone2019-DET
|
|
|
|
| 33 |
name: Songdo Vision
|
| 34 |
split: test
|
| 35 |
metrics:
|
| 36 |
+
- type: precision # mAP@0.5 not available as a standard metric type on HF
|
| 37 |
+
value: 0.951
|
| 38 |
+
name: mAP@0.5
|
| 39 |
+
- type: precision
|
| 40 |
+
value: 0.711
|
| 41 |
+
name: mAP@0.5:0.95
|
| 42 |
+
- type: precision
|
| 43 |
+
value: 0.911
|
| 44 |
+
name: Precision
|
| 45 |
+
- type: recall
|
| 46 |
+
value: 0.935
|
| 47 |
+
name: Recall
|
| 48 |
---
|
| 49 |
|
| 50 |
# Geo-trax: YOLOv8s Vehicle Detector for Drone BEV Imagery
|
|
|
|
| 209 |
the four primary classes by default; when using Ultralytics directly, pass
|
| 210 |
`classes=[0, 1, 2, 3]` to suppress unreliable predictions.
|
| 211 |
|
| 212 |
+
## Related datasets and resources
|
| 213 |
+
|
| 214 |
+
- **Songdo Traffic**: the georeferenced vehicle-trajectory dataset this model helps produce via
|
| 215 |
+
the Geo-trax pipeline:
|
| 216 |
+
[`10.5281/zenodo.13828384`](https://doi.org/10.5281/zenodo.13828384) ·
|
| 217 |
+
HF [`rfonod/songdo-traffic`](https://huggingface.co/datasets/rfonod/songdo-traffic)
|
| 218 |
+
- **Songdo Vision**: the vehicle-detection (annotated image) dataset used to train and validate
|
| 219 |
+
this model: [`10.5281/zenodo.13828407`](https://doi.org/10.5281/zenodo.13828407) ·
|
| 220 |
+
HF [`rfonod/songdo-vision`](https://huggingface.co/datasets/rfonod/songdo-vision)
|
| 221 |
+
- **Source video recordings** (not open access):
|
| 222 |
+
[`10.5075/EPFL.20.500.14299/253923`](https://doi.org/10.5075/EPFL.20.500.14299/253923)
|
| 223 |
+
- **Publication**: *Transportation Research Part C* (2025):
|
| 224 |
+
[`10.1016/j.trc.2025.105205`](https://doi.org/10.1016/j.trc.2025.105205) ·
|
| 225 |
+
[arXiv:2411.02136](https://arxiv.org/abs/2411.02136)
|
| 226 |
+
- **Software**: Geo-trax: [github.com/rfonod/geo-trax](https://github.com/rfonod/geo-trax) ·
|
| 227 |
+
Zenodo [`10.5281/zenodo.12119542`](https://doi.org/10.5281/zenodo.12119542) ·
|
| 228 |
+
[demo video](https://youtu.be/gOGivL9FFLk)
|
| 229 |
+
|
| 230 |
## Citation
|
| 231 |
|
| 232 |
If you use this model, please cite the associated publication:
|
|
|
|
| 262 |
This model is released under the
|
| 263 |
[Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/)
|
| 264 |
license; see the [LICENSE](LICENSE) file for the full terms. The Geo-trax codebase is distributed
|
| 265 |
+
separately under the [MIT License](https://github.com/rfonod/geo-trax/blob/main/LICENSE).
|