-
Notifications
You must be signed in to change notification settings - Fork 0
/
yolov2.meta
1 lines (1 loc) · 880 Bytes
/
yolov2.meta
1
{"net": {"type": "[net]", "batch": 1, "subdivisions": 1, "width": 608, "height": 608, "channels": 3, "momentum": 0.9, "decay": 0.0005, "angle": 0, "saturation": 1.5, "exposure": 1.5, "hue": 0.1, "learning_rate": 0.001, "burn_in": 1000, "max_batches": 500200, "policy": "steps", "steps": "400000,450000", "scales": ".1,.1"}, "type": "[region]", "anchors": [0.57273, 0.677385, 1.87446, 2.06253, 3.33843, 5.47434, 7.88282, 3.52778, 9.77052, 9.16828], "bias_match": 1, "classes": 3, "coords": 4, "num": 5, "softmax": 1, "jitter": 0.3, "rescore": 1, "object_scale": 5, "noobject_scale": 1, "class_scale": 1, "coord_scale": 1, "absolute": 1, "thresh": 0.6, "random": 1, "model": "./cfg/yolov2.cfg", "inp_size": [608, 608, 3], "out_size": [19, 19, 425], "name": "yolov2", "labels": ["car", "bicycle", "person"], "colors": [[254.0, 254.0, 254], [222.25, 190.5, 127], [190.5, 127.0, 254]]}