Argus
Vision AI dataset work, without the friction.
Argus is a focused CLI for YOLO, COCO, and semantic mask datasets. List datasets, inspect class balance, view annotations, and move between split and unsplit layouts cleanly for training.
Format-aware
Detects YOLO, COCO, and mask datasets by structure and metadata.
Readable statistics
Per-class counts and background image totals at a glance.
Annotation viewer
Browse images with boxes, polygons, and mask overlays. Pan and zoom included.
Clean splits
Stratified splitting for YOLO and COCO with deterministic seeds.
Common workflows
What Argus expects
Argus detects datasets by their structure. If you point it at the dataset root, commands will usually just work.
- YOLO: a
data.yaml(or.yml) withnames, plusimages/andlabels/ - COCO: one or more
instances_*.jsonfiles inannotations/
Head to the formats guide for the full layouts and edge cases.
Library usage
Using Argus as a Python library? See the API reference for dataset classes and core operations.