๐ผ๏ธAnnotating Images
The blueprint of the annotate lab and example of bicycle annotation is shown below.





Last updated
{
"orange.png":{
"configuration":[
{
"image-name":"orange.png",
"regions":[
{
"region-id":"47643630436867834",
"image-src":"http://127.0.0.1:5000/uploads/orange.png",
"class":"Orange",
"comment":"",
"tags":"",
"points":[
[
0.4685613390092879,
0.7693498452012384
],
[
0.6781491873065015,
0.6640866873065016
],
[
0.723921246130031,
0.5092879256965944
],
[
0.7480118034055728,
0.34055727554179566
],
[
0.5841960139318886,
0.14705882352941177
],
[
0.41917569659442727,
0.13312693498452013
],
[
0.30113196594427244,
0.22755417956656346
],
[
0.21079237616099072,
0.4411764705882353
],
[
0.26620065789473685,
0.6764705882352942
],
[
0.4011077786377709,
0.7879256965944272
]
]
},
{
"region-id":"5981359766055432",
"image-src":"http://127.0.0.1:5000/uploads/orange.png",
"class":"Apple",
"comment":"",
"tags":"",
"x":[
0.1770655959752322
],
"y":[
0.11764705882352941
],
"w":[
0.5854005417956657
],
"h":[
0.6981424148606811
]
}
],
"color-map":{
"Orange":[
244,
67,
54
],
"Apple":[
33,
150,
243
]
}
}
]
}
}