File size: 220 Bytes
7bcc6c5
1dce0cc
 
b41e3b7
1dce0cc
 
 
 
 
 
7bcc6c5
1
2
3
4
5
6
7
8
9
10
11
{
  "framework": "pytorch",
  "type": "detector",
  "classes": ["bicycle_rider"],
  "pytorch": {
    "model_file": "best.pt",
    "input_size": [640, 640],
    "confidence_threshold": 0.5,
    "nms_threshold": 0.45
  }
}