feymanpriv / coco-process

Generate the pascal voc format of label file for det and seg task in coco dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coco-process

The MSCOCO dataset has 81 categories of objects including 21 categories of pascal voc dataset. We often do the pretrain including detection and segmentation on coco dataset and then train on the pascal voc so we need to ignore other 60 categories for voc detection and segmentation annotations.This project aims to finish the process.

About

Generate the pascal voc format of label file for det and seg task in coco dataset.


Languages

Language:Python 100.0%