Skip to content

arnoldfychen/coco2yolo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coco2yolo

1. coco2yolo

Converts MSCOCO dataset to Yolo format

将MS COCO数据集转换为Yolo格式

2. datset2coco

Converts the data in the given format to MSCOCO instance dataset

将给定格式的数据转换为coco instance数据集

[
    {
        file_name: 图片名称
        width:  宽   
        height:  高
        annos: [
                    {
                        segmentation: 边界
                        area:  面积
                        bbox:   水平矩形框
                        iscrowd:    是否多个目标
                        category_id:    类别id
                    },
                ]
    },
]

3. dota2coco

Converts DOTA dataset to MSCOCO format

将DOTA数据集转换为MSCOCO格式

DOTA的标注格式为

x1 y1 x2 y2 x3 y3 x4 y4 category_id

About

Converts MS COCO to YOLO,given data foramt to COCO and DOTA to COCO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%