CoolFace
Modelpublic

dronefreak/bdd100k-yolov10s

sourceHugging Faceagpl-3.0updated 8h agoView on Hugging Face
0likes11downloads
Model Card

YOLOv10s Finetuned on BDD100K

Fine-tuned YOLOv10s object detector on the BDD100K benchmark dataset, trained and evaluated as part of DetectionBench -- a framework for reproducibly benchmarking modern object detectors with identical training recipes and evaluation metrics across multiple real-world datasets.

<!-- Demo banner: side-by-side video of this checkpoint's detections on two BDD100K test clips. Media lives under assets/ in this repo. The <video> renders on the Hugging Face model page (absolute resolve/ URL); on GitHub the nested <img> poster is shown instead. --> <p align="center"><video controls autoplay loop muted playsinline width="900" poster="https://huggingface.co/dronefreak/bdd100k-yolov10s/resolve/main/assets/demobannerposter.jpg" src="https://huggingface.co/dronefreak/bdd100k-yolov10s/resolve/main/assets/demobanner.mp4"><img src="https://huggingface.co/dronefreak/bdd100k-yolov10s/resolve/main/assets/demobanner_poster.jpg" alt="YOLOv10s detections on two BDD100K test clips" width="900"></video></p>

<br>

<!-- ROW 1: Identity & Tech Stack --> <div style="display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap;"> <img src="https://img.shields.io/badge/Task-ObjectDetection-blue?style=flat-square" alt="Task"> <img src="https://img.shields.io/badge/Framework-UltralyticsYOLO-0aa1a7?style=flat-square" alt="Framework"> <img src="https://img.shields.io/badge/Base_Model-YOLOv10s-purple?style=flat-square" alt="Base Model"> </div>

<!-- ROW 2: Performance Metrics --> <div style="display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap;"> <img src="https://img.shields.io/badge/mAP@50-57.64%25-success?style=flat-square" alt="mAP@50"> <img src="https://img.shields.io/badge/mAP@50:95-33.34%25-orange?style=flat-square" alt="mAP@50:95"> <img src="https://img.shields.io/badge/Params-8.1M-lightgrey?style=flat-square" alt="Params"> </div>

<!-- ROW 3: Metadata --> <div style="display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 24px; flex-wrap: wrap;"> <img src="https://img.shields.io/badge/License-AGPL--3.0-lightgrey?style=flat-square" alt="License"> <a href="https://github.com/dronefreak/DetectionBench"><img src="https://img.shields.io/badge/Source-DetectionBench-black?style=flat-square" alt="Source"></a> </div>


Performance

MetricScore (%)
mAP@5057.64
mAP@50-9533.34
Precision75.02
Recall52.12
F1 Score61.51
Parameters8.1M
FLOPs25.1B (at 640 px)

Evaluation Protocol

Metrics reported in this model card are computed on the BDD100K test split, using DetectionBench's standard evaluation pipeline (detectionbench-evaluate).


BDD100K Model Zoo

Every model DetectionBench has trained and evaluated on BDD100K so far, for full transparency -- see DetectionBench for the smaller, curated comparison set used on the project README.

ModelmAP@50mAP@50-95PrecisionRecall
YOLOv8s57.9333.2575.3851.63
YOLOv10s57.6433.3475.0252.12
YOLOv11s57.6333.174.3152.42
RF-DETR Nano56.931.5880.6864.78
YOLOv26n52.2529.2372.5646.87
YOLOv9t52.0429.4671.3446.72
YOLOv10n51.9529.3171.5846.62
YOLOv8n51.6729.0970.9546.59
YOLOv11n51.6329.0671.6846.34

Per-Class Performance

ClassmAP@50mAP@50-95
person68.5435.76
rider50.3226.53
car82.4951.66
truck67.4549.63
bus66.2451.65
train0.00.0
motor47.3924.12
bike51.0326.61
traffic light69.4627.47
traffic sign73.4540.02

Evaluation Visualizations

Precision-Recall Curve

[image]

F1 Curve

[image]

Confusion Matrix

[image]

Normalized Confusion Matrix

[image]


Dataset

This model was trained on BDD100K. BDD100K is released under the BDD100K license (non-commercial research and education, registration required, no redistribution), so it is not mirrored on Hugging Face. Download it from the official site (https://www.bdd100k.com/) and see the Citation section below for the dataset's paper.

Classes

  • person
  • rider
  • car
  • truck
  • bus
  • train
  • motor
  • bike
  • traffic light
  • traffic sign ---

Usage

Install Dependencies

bash
pip install ultralytics huggingface_hub

Load Model from Hugging Face

python
from huggingface_hub import hf_hub_download
from ultralytics import YOLO

weights = hf_hub_download(
    repo_id="dronefreak/bdd100k-yolov10s",
    filename="best.pt"
)

model = YOLO(weights)

Run Inference

python
results = model.predict(
    source="image.jpg",
    conf=0.25
)

results[0].show()

Training Configuration

SettingValue
DatasetBDD100K
FrameworkUltralytics YOLO
Training ToolkitDetectionBench
Epochs (configured max)50
Epochs (actually trained)50
Early Stopping Patience10
Batch Sizeauto (Ultralytics AutoBatch)
Image Size960
OptimizerSGD
Initial Learning Rate0.01
Seed0

Repository Contents

text
best.pt
results.csv
args.yaml
BoxPR_curve.png
BoxF1_curve.png
BoxP_curve.png
BoxR_curve.png
confusion_matrix.png
confusion_matrix_normalized.png
val_batch0_pred.jpg
bdd100k_yolov10s_showcase.jpg
assets/demo_banner.mp4
assets/demo_banner_poster.jpg
README.md

Related Resources


Training Framework

This model was trained using DetectionBench, an open-source framework for benchmarking object detectors across multiple real-world datasets with a common pipeline.

Features include:

  • A dataset-adapter registry for converting real-world datasets into a canonical format
  • Identical training/evaluation recipes across model families (Ultralytics YOLO/RT-DETR, RF-DETR)
  • Hardware profiling (latency, FPS, VRAM, parameters, FLOPs)
  • One-command reproducibility via versioned Hydra configs

If you find this model useful, please consider starring the repository.


Known Limitations

  • Not comparable to the official BDD100K test-server leaderboard: the official test split has no released labels, so the test split here is BDD100K's official validation set (10,000 images) and a seeded 15% slice of the official train set is held out for validation.
  • Severe class imbalance: car (55.4%), traffic sign (18.6%) and traffic light (14.5%) dominate the boxes, while rider (0.4%), motor (0.2%) and especially train (about 150 boxes in the whole dataset) are rare -- per-class accuracy on those classes is measured on very few examples and is close to noise for train.
  • Small objects: the median box covers only 0.09% of the 1280x720 frame, and traffic lights and signs are the smallest and hardest classes (medians of roughly 16 px and 21 px at native resolution), so scores on them depend heavily on input resolution.
  • Detection labels only: BDD100K's lane-marking and drivable-area annotations are dropped, so these models cover the 2D object detection task only.
  • Conditions are not broken down: the images span weather, time-of-day and scene conditions, but scores here are aggregated over all of them, and generalization outside the US road scenes BDD100K covers is untested.
  • Non-commercial data with no redistribution: BDD100K is released under the BDD100K license (non-commercial research and education, registration required), so the dataset is not mirrored on Hugging Face -- obtain it from the official site and check its terms before any use beyond research. ---

Citation

If you use this model in your research, please consider citing:

  1. 1.The BDD100K dataset (see below)
  2. 2.The original YOLOv10s architecture (see below)
  3. 3.The other model architectures shown in the Model Zoo/External Comparison tables above, if you reference their results
  4. 4.DetectionBench, the training/evaluation framework used to produce this checkpoint
@inproceedings{yu2020bdd100k,
  title={BDD100K: A Diverse Driving Dataset for Heterogeneous Multitask Learning},
  author={Yu, Fisher and Chen, Haofeng and Wang, Xin and Xian, Wenqi and Chen, Yingying and Liu, Fangchen and Madhavan, Vashisht and Darrell, Trevor},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={2636--2645},
  year={2020}
}
bibtex
@article{wang2024yolov10,
  title={YOLOv10: Real-Time End-to-End Object Detection},
  author={Wang, Ao and Chen, Hui and Liu, Lihao and Chen, Kai and Lin, Zijia and Han, Jungong and Ding, Guiguang},
  journal={arXiv preprint arXiv:2405.14458},
  year={2024}
}

Other architectures compared against on BDD100K in this model card:

RF-DETR

bibtex
@inproceedings{robinson2026rfdetr,
  title     = {RF-DETR: Real-Time Detection Transformer},
  author    = {Robinson, Isaac and Robicheaux, Peter and Popov, Matvei and Ramanan, Deva and Peri, Neehar},
  booktitle = {International Conference on Learning Representations (ICLR)},
  year      = {2026},
  url       = {https://arxiv.org/abs/2511.09554}
}

@article{oquab2023dinov2,
  title={DINOv2: Learning Robust Visual Features without Supervision},
  author={Oquab, Maxime and Darcet, Timoth{\'e}e and Moutakanni, Theo and Vo, Huy and Szafraniec, Marc and Khalidov, Vasil and Fernandez, Pierre and Haziza, Daniel and Massa, Francisco and El-Nouby, Alaaeldin and others},
  journal={arXiv preprint arXiv:2304.07193},
  year={2023}
}

YOLOv11

bibtex
No official YOLO11 research paper has been published by Ultralytics; the most commonly cited independent architectural analysis is used instead:

@article{khanam2024yolov11,
  title={YOLOv11: An Overview of the Key Architectural Enhancements},
  author={Khanam, Rahima and Hussain, Muhammad},
  journal={arXiv preprint arXiv:2410.17725},
  year={2024}
}

YOLOv26

bibtex
@article{jocher2026yolo26,
  title={Ultralytics YOLO26: Unified Real-Time End-to-End Vision Models},
  author={Jocher, Glenn and Qiu, Jing and Liu, Mengyu and Lyu, Shuai and Akyon, Fatih Cagatay and Kalfaoglu, Muhammet Esat},
  journal={arXiv preprint arXiv:2606.03748},
  year={2026}
}

YOLOv8

bibtex
No official YOLOv8 research paper has been published by Ultralytics; this is their own recommended software citation instead:

@software{jocher2023yolov8,
  author = {Glenn Jocher and Ayush Chaurasia and Jing Qiu},
  title = {Ultralytics YOLOv8},
  version = {8.0.0},
  year = {2023},
  url = {https://github.com/ultralytics/ultralytics},
  license = {AGPL-3.0}
}

YOLOv9

bibtex
@article{wang2024yolov9,
  title={YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information},
  author={Wang, Chien-Yao and Yeh, I-Hau and Liao, Hong-Yuan Mark},
  journal={arXiv preprint arXiv:2402.13616},
  year={2024}
}
bibtex
@software{Saksena_DetectionBench_2026,
  author = {Saksena, Saumya Kumaar},
  title = {DetectionBench: Reproducible Benchmarks for Modern Object Detectors on Real-World Datasets},
  url = {https://github.com/dronefreak/DetectionBench},
  year = {2026}
}