YOLO Dataset Tools - Comprehensive toolkit for YOLO format dataset processing
Project description
Features
- Auto-detects and handles both OBB (9 values:
class_id x1 y1 x2 y2 x3 y3 x4 y4) and BBox (5 values:class_id x_center y_center width height) formats - SAHI-powered smart slicing for large images with horizontal/grid modes and configurable overlap
- Resize (scale & crop) with custom interpolation (linear/lanczos4),image or yolo dataset
- Coordinate-based precision cropping
- Video frame extraction with parallel processing support
- Smart train/val split with class balancing
- Multi-dataset merging
- Dataset extraction by class IDs with optional label filtering and ID remapping
- Synthetic dataset generation with configurable objects per image and rotation ranges
- YOLO auto-labeling with BBox/OBB format support
- Interactive dataset browser with keyboard controls (n/p/q)
Installation
pip install yolodt
Usage
ydt --help
usage: ydt [-h] [--version] [-v]
{slice,augment,video,crop-coords,resize,concat,split,merge,extract,synthesize,auto-label,analyze,visualize,viz-letterbox}
...
YOLO Dataset Tools - Process and manage YOLO format datasets
positional arguments:
{slice,augment,video,crop-coords,resize,concat,split,merge,extract,synthesize,auto-label,analyze,visualize,viz-letterbox}
Available commands
slice Slice large images into tiles
augment Augment dataset with rotations
video Extract frames from videos
crop-coords Crop images by coordinates
resize Resize images or YOLO dataset
concat Concatenate two images
split Split dataset into train/val
merge Merge multiple datasets
extract Extract classes, images, or labels
synthesize Generate synthetic dataset
auto-label Auto-label images using YOLO model
analyze Analyze dataset statistics
visualize Visualize YOLO dataset interactively
viz-letterbox Visualize letterbox transformation
options:
-h, --help show this help message and exit
--version show program's version number and exit
-v, --verbose Verbose output
🙏 Acknowledgments
- Ultralytics - YOLO framework
- SAHI - Slicing aided hyper inference
- Albumentations - Image augmentation
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yolodt-0.3.0.tar.gz
(74.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
yolodt-0.3.0-py3-none-any.whl
(75.1 kB
view details)
File details
Details for the file yolodt-0.3.0.tar.gz.
File metadata
- Download URL: yolodt-0.3.0.tar.gz
- Upload date:
- Size: 74.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aec9e4402ae5c8b94844695ff52b252f04e0b08bab24ab846cd0af53a89edc69
|
|
| MD5 |
1ba046a8be69287dcb1ed6a813f207eb
|
|
| BLAKE2b-256 |
60650607f61b86232e99ecf56bc99560d5e705fdd7605dcfb371edb873066fff
|
File details
Details for the file yolodt-0.3.0-py3-none-any.whl.
File metadata
- Download URL: yolodt-0.3.0-py3-none-any.whl
- Upload date:
- Size: 75.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bf579996bef4958d3d03d79cd0be3297c2213365c80cd68f3f8f23c131ddf58
|
|
| MD5 |
147372a3e843dbcf88b79a837f5e3712
|
|
| BLAKE2b-256 |
6cd45fd0f03513ba945d478311488dd3ab5ffdc0c942dd2bfd8e1fb870ddf61e
|