Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 250 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 250 Bytes

YOLO_slicing

Slice YOLO format dataset into overlapping slices.

HOW TO USE

python main.py --folder_in <input folder> --folder_out <output folder> --w <slice width> --h <slice height> --w_o <overlap width ratio> --h_o <height overlap ratio>