llama-farm/military-labeled-yolo
Military-Labeled YOLO Dataset (DVIDS sourced) Multi-class military object detection in YOLO format. Source images pulled from the Defense Visual Information Distribution Service (DVIDS) public domain library; labeled via in-house Gemini-VLM-assisted pipeline with human-in-the-loop correction. Classes (12) ID Name 0 soldier 1 tank 2 apc 3 artillery 4 mlrs 5 military_truck 6 helicopter 7 aircraft 8 warship 9 missile_launcher 10 car… See the full description on the dataset page: https://huggingface.co/datasets/llama-farm/military-labeled-yolo.
Military-Labeled YOLO Dataset (DVIDS sourced)
Multi-class military object detection in YOLO format. Source images pulled from the Defense Visual Information Distribution Service (DVIDS) public domain library; labeled via in-house Gemini-VLM-assisted pipeline with human-in-the-loop correction.
Classes (12)
Splits
YOLO format with train/val splits in train/{images,labels} and val/{images,labels}.
License
DVIDS imagery is U.S. government work in the public domain (CC0). This dataset of derived labels is released under CC0-1.0 as well.
Source metadata
See companion repo llama-farm/military-labeled-clip for per-crop captions + DVIDS source URLs.
Usage
from ultralytics import YOLO
m = YOLO("yolo11s.pt")
m.train(data="data.yaml", epochs=50, imgsz=640)