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>