Skip to content

Instantly share code, notes, and snippets.

@Anna-andrade
Created August 23, 2022 21:29
Show Gist options
  • Save Anna-andrade/37d3859290195e558b75e655010bfcf4 to your computer and use it in GitHub Desktop.
Save Anna-andrade/37d3859290195e558b75e655010bfcf4 to your computer and use it in GitHub Desktop.
Treinando modelo de object detection
Annotations JSON Format
[
{"image";"image1.jpg", "annotations":
[{"label":"carrot", "coordinates":{"x":120, "y":164, "width":230,"height":119}
},
{"label":"orange", "coordinates":{"x":230, "y":321,"width":50,"height":50}
}
]
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment