Make sure you have installed Panlabel before following this guide.
Basic Conversion
Convert COCO to YOLO
The most common use case — converting COCO annotations to YOLO format:Output:
The
--from auto flag automatically detects the input format. The --allow-lossy flag is required when converting to formats that don’t preserve all data.Validate Your Dataset
Get Dataset Statistics
Compare Datasets
Sample a Subset
Create a smaller dataset for testing
Extract a random subset of your data:This creates a dataset with exactly 100 images, randomly selected with a fixed seed for reproducibility.
List Supported Formats
Common Workflows
Next Steps
CLI Reference
Explore all available commands and options
Format Reference
Learn about format-specific details and limitations
Conversion & Lossiness
Understand what data gets lost in conversions
Contributing
Learn how to contribute to Panlabel