Skip to content

coco dataset 2017 to voc format, then convert to lmdb

Notifications You must be signed in to change notification settings

Shawn2020-cmd/coco2voc

 
 

Repository files navigation

1. download coco2017 dataset

2. select categories

python select_categories.py

3. remove others

python remove.py

4. convert .json to .xml

python create_xml.py

5. create image and annotation list

python create_list.py

6. create data --> lmdb format

./create_data.sh

About

coco dataset 2017 to voc format, then convert to lmdb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.7%
  • Shell 8.3%