Skip to content

Instantly share code, notes, and snippets.

@bcse
Last active December 3, 2020 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcse/3fd23b5d3daaf12c7e99b7b260dd250f to your computer and use it in GitHub Desktop.
Save bcse/3fd23b5d3daaf12c7e99b7b260dd250f to your computer and use it in GitHub Desktop.
jq - VoTT JSON to CreateML JSON
jq '[.assets[] | { image: .asset.name, annotations: [.regions[] | { label: .tags[0], coordinates: .boundingBox | { x: .left | round, y: .top | round, width: .width | round, height: .height | round } }] }]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment