Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. {
  2.   "nn_config": {
  3.     "output_format": "detection",
  4.     "NN_family": "YOLO",
  5.     "input_size": "416x416",
  6.     "NN_specific_metadata": {
  7.       "classes": 1,
  8.       "coordinates": 4,
  9.       "anchors": [
  10.         10, 13, 16, 30, 33, 23, 30, 61, 62, 45, 59, 119, 116, 90, 156, 198, 373,
  11.         326
  12.       ],
  13.       "anchor_masks": {
  14.         "side52": [0, 1, 2],
  15.         "side26": [3, 4, 5],
  16.         "side13": [6, 7, 8]
  17.       },
  18.       "iou_threshold": 0.5,
  19.       "confidence_threshold": 0.65
  20.     }
  21.   },
  22.   "mappings": {
  23.     "labels": ["plate"]
  24.   }
  25. }