NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
985 stars 608 forks source link

Convert 'bbox' annotation in json to vaid COCO format. #127

Closed alecGraves closed 6 years ago

alecGraves commented 6 years ago

This patch allows old .jsons to be opened, but will upgrade them to the new (valid COCO) format when saved.

Purpose / Goal

Closes #126, converts COCO json to official COCO format

Type

Please mention the type of PR

amitguptagwl commented 6 years ago

Thanks for your quick fix.