All Projects → wkoa → Voc2coco

wkoa / Voc2coco

Licence: mit
A useful script for converting voc format annotations(generated by LabelImg or Labelme) to coco format annotations

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Voc2coco

Synp
Convert yarn.lock to package-lock.json and vice versa
Stars: ✭ 510 (+3087.5%)
Mutual labels:  converter
Jave2
The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
Stars: ✭ 570 (+3462.5%)
Mutual labels:  converter
Unitsnet
Makes life working with units of measurement just a little bit better.
Stars: ✭ 641 (+3906.25%)
Mutual labels:  converter
Oas Kit
Convert Swagger 2.0 definitions to OpenAPI 3.0 and resolve/validate/lint
Stars: ✭ 516 (+3125%)
Mutual labels:  converter
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (+3400%)
Mutual labels:  converter
Ox Hugo
A carefully crafted Org exporter back-end for Hugo
Stars: ✭ 591 (+3593.75%)
Mutual labels:  converter
Awesome Openapi3
😎 A list of awesome projects related to OpenAPI 3.0.x, curated by the community
Stars: ✭ 469 (+2831.25%)
Mutual labels:  converter
Online Markdown
A online markdown converter specially for Wechat Public formatting.
Stars: ✭ 812 (+4975%)
Mutual labels:  converter
Excel2latex
The Excel add-in for creating LaTeX tables
Stars: ✭ 569 (+3456.25%)
Mutual labels:  converter
Flowgen
Generate flowtype definition files from TypeScript
Stars: ✭ 622 (+3787.5%)
Mutual labels:  converter
Freac
The fre:ac audio converter project
Stars: ✭ 518 (+3137.5%)
Mutual labels:  converter
Pandoc
Universal markup converter
Stars: ✭ 24,250 (+151462.5%)
Mutual labels:  converter
Sqlitebiter
A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.
Stars: ✭ 601 (+3656.25%)
Mutual labels:  converter
Mdpdf
Markdown to PDF command line app with support for stylesheets
Stars: ✭ 512 (+3100%)
Mutual labels:  converter
Pytorch2keras
PyTorch to Keras model convertor
Stars: ✭ 676 (+4125%)
Mutual labels:  converter
K2tf
Kubernetes YAML to Terraform HCL converter
Stars: ✭ 477 (+2881.25%)
Mutual labels:  converter
Gifski
🌈 Convert videos to high-quality GIFs on your Mac
Stars: ✭ 5,691 (+35468.75%)
Mutual labels:  converter
Osm2xmap
Converter from OpenStreetMap data format to OpenOrienteering Mapper format.
Stars: ✭ 5 (-68.75%)
Mutual labels:  converter
Typescripttolua
Typescript to lua transpiler. https://typescripttolua.github.io/
Stars: ✭ 783 (+4793.75%)
Mutual labels:  converter
Tailwindo
🔌 Convert Bootstrap CSS code to Tailwind CSS code
Stars: ✭ 606 (+3687.5%)
Mutual labels:  converter

voc2coco

A useful script for converting voc format annotations(generated by LabelImg or Labelme) to coco format annotations

Requirements

  • python2.7
  • opencv
  • numpy

Example

  • converter = voc2coco('/path/to/VOCdevkit','year')
  • converter.voc_to_coco_converter()

Default output dir

/path/to/VOCdevkit/VOCyear/cocoformatJson

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].