This repository provides the code for splitting the data for YOLOv7
1 . Copy Images to Images Folder
2 . Copy Labels to Labels Folder
3 . Make sure you have the python file in same folder of Images and Labels
4 . Run the python script through cmd prompt or text editor.
Note : You can chane the data distribution of train,test and valid from line 50,51,52 from python file.