GitHunt
AK

akashAD98/Train_val_Test_split

split data into train test split - yolo format (images & txt )split

Train_val_Test_split

split data into train test split -yolo i.e format/ images & txt split

clone https://github.com/ultralytics/yolov5

upload file inside yolov5/
& run
!python train_val_test.py

will get 3 text files - train,valid,test files

method 2

create 2 folder 1.images
2.annotations folder
& paste all images in images folder & .txt files in annotations folder

& run
python yolov7_split.py

Languages

Python100.0%

Contributors

Apache License 2.0
Created August 2, 2022
Updated December 1, 2024
akashAD98/Train_val_Test_split | GitHunt