test / config.json
nanashi7744's picture
Update config.json
46aa8a4 verified
raw
history blame contribute delete
252 Bytes
{
"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
}