SamMorgan commited on
Commit
640e463
·
1 Parent(s): 6dedfc2

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -32
config.json DELETED
@@ -1,32 +0,0 @@
1
- {"YOLO":
2
- {"CLASSES": "./data/classes/coco.names",
3
- "ANCHORS": [12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401],
4
- "ANCHORS_V3": [10, 13, 16, 30, 33, 23, 30, 61, 62, 45, 59, 119, 116, 90, 156, 198, 373, 326],
5
- "ANCHORS_TINY": [23, 27, 37, 58, 81, 82, 81, 82, 135, 169, 344, 319],
6
- "STRIDES": [8, 16, 32],
7
- "STRIDES_TINY": [16, 32],
8
- "XYSCALE": [1.2, 1.1, 1.05],
9
- "XYSCALE_TINY": [1.05, 1.05],
10
- "ANCHOR_PER_SCALE": 3,
11
- "IOU_LOSS_THRESH": 0.5},
12
- "TRAIN":
13
- {"ANNOT_PATH": "./data/dataset/val2017.txt",
14
- "BATCH_SIZE": 2,
15
- "INPUT_SIZE": 416,
16
- "DATA_AUG": true,
17
- "LR_INIT": 0.001,
18
- "LR_END": 1e-06,
19
- "WARMUP_EPOCHS": 2,
20
- "FISRT_STAGE_EPOCHS": 20,
21
- "SECOND_STAGE_EPOCHS": 30},
22
- "TEST":
23
- {"ANNOT_PATH": "./data/dataset/val2017.txt",
24
- "BATCH_SIZE": 2,
25
- "INPUT_SIZE": 416,
26
- "DATA_AUG": false,
27
- "DECTECTED_IMAGE_PATH":
28
- "./data/detection/",
29
- "SCORE_THRESHOLD": 0.25,
30
- "IOU_THRESHOLD": 0.5},
31
- {"model_type": "detr"}
32
- }