Skip to content

jxust01/Data_Converter

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%