Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akashad98/train_val_test_split
- Owner: akashAD98
- License: apache-2.0
- Created: 2022-08-02T09:28:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T13:49:48.000Z (over 1 year ago)
- Last Synced: 2023-07-21T15:47:16.561Z (over 1 year ago)
- Topics: object-detection, yolov4-darknet, yolov5, yolov7
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Train_val_Test_split
split data into train test split -yolo i.e format/ images & txt splitclone 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```