Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akashad98/train_val_test_split

split data into train test split - yolo format (images & txt )split
https://github.com/akashad98/train_val_test_split

object-detection yolov4-darknet yolov5 yolov7

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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```