Last active
December 3, 2020 15:58
-
-
Save bcse/3fd23b5d3daaf12c7e99b7b260dd250f to your computer and use it in GitHub Desktop.
jq - VoTT JSON to CreateML JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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