Skip to content

A python script helping to convert HRSC2016 dataset into YOLO format

Notifications You must be signed in to change notification settings

SilverRAN/HRSC2016_YOLO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

HRSC2016_YOLO

HRSC 2016 Dataset can be downloaded from this link.

Put this script into unzipped folder (organized as below) and run it

HRSC2016
├── FullDataSet
│   ├── AllImages
│   ├── Annotations
│   └── ...
├── ImageSets
│   ├── train.txt
│   ├── val.txt
│   ├── test.txt
│   └── ...
├── Test
│   ├── AllImages
│   ├── Annotations
│   └── ...
└── Train
    ├── AllImages
    ├── Annotations
    └── ...

About

A python script helping to convert HRSC2016 dataset into YOLO format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages