Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 747 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 747 Bytes

Data_Converter

folder structure

.
├── yolo                    # root dir
│   ├── JPEGImages          # image dir
│       ├── img1.png
│       ├── img2.png
│       └── ...
│   ├── labels              # label dir
│       ├── img1.txt        # label txt file: label(int) xc yc w h
│       ├── img2.txt
│       └── ...  
│   ├── train.txt           # train list
│   ├── test.txt            # test list
│   └── classes.names       # category
└── ...

update yolo configuration block and quad configuration block