File size: 363 Bytes
54ca0ab
 
 
 
 
 
 
 
 
533a4dc
 
 
 
 
 
 
 
 
54ca0ab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "model_type": "detectron2",
  "architectures": ["MaskRCNN"],
  "num_classes": 3,
  "input_size": [800, 1333],
  "pretrained": false,
  "max_iter": 3000,
  "batch_size": 2,
  "learning_rate": 0.00025,
  "id2label": {
    "0": "background",
    "4594287": "Normal",
    "4594289": "Abnormal"
  },
  "label2id": {
    "background": 0,
    "Normal": 4594287
  }
}