{ | |
"model_type": "yolo", | |
"num_classes": 5, | |
"input_size": [640, 640], | |
"anchors": [[10, 13], [16, 30], [33, 23], [30, 61], [62, 45], [59, 119], [116, 90], [156, 198], [373, 326]], | |
"backbone": "CSPDarknet", | |
"epochs": 20, | |
"pretrained": true | |
} | |
{ | |
"model_type": "yolo", | |
"num_classes": 5, | |
"input_size": [640, 640], | |
"anchors": [[10, 13], [16, 30], [33, 23], [30, 61], [62, 45], [59, 119], [116, 90], [156, 198], [373, 326]], | |
"backbone": "CSPDarknet", | |
"epochs": 20, | |
"pretrained": true | |
} | |