Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 762 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 762 Bytes

COCO JSON to gold standard upload CSV

case_id,content_id,labeling_state,customer_origin,answer,notes
,,,example_prefix/image1.jpg,"[""POLYGON((15.625 20.833333333333336, 15.625 62.5, 46.875 62.5, 46.875 20.833333333333336, 15.625 20.833333333333336))"", ""POLYGON((23.4375 31.25, 23.4375 83.33333333333334, 62.5 83.33333333333334, 62.5 31.25, 23.4375 31.25))""]",

Summary

The code snippet in the notebook can be used to convert COCO JSON data to the CSV format used for creating gold standards. https://docs.centaurlabs.com/docs/creating-gold-standards

Installation

No special installation steps required. Follow the virtual environment setup on the main repository page and then follow the steps in the notebook.