| { | |
| "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 | |
| } | |
| } |