stephansturges
Hey!
sorry for the late reply.
Here is the JSON as of today.
{
"nn_config": {
"output_format": "detection",
"NN_family": "YOLO",
"input_size" : "416x416",
"NN_specific_metadata": {
"classes": 1,
"coordinates": 4,
"anchors": [
10, 13, 16, 30, 33, 23, 30, 61, 62, 45, 59, 119, 116, 90, 156, 198, 373,
326
],
"anchor_masks" : {
"side52": [0, 1, 2],
"side26": [3, 4, 5],
"side13": [6, 7, 8]
},
"iou_threshold": 0.5,
"confidence_threshold": 0.65
}
},
"mappings": {
"labels": ["plate"]
}
}
Hope this helps!