Create fast_tiny_ic17mlt_640.json
Browse files
fast_tiny_ic17mlt_640.json
CHANGED
@@ -3,15 +3,15 @@
|
|
3 |
"type": "FAST",
|
4 |
"backbone": {
|
5 |
"type": "fast_backbone",
|
6 |
-
"config": "config/fast/nas-configs/
|
7 |
},
|
8 |
"neck": {
|
9 |
"type": "fast_neck",
|
10 |
-
"config": "config/fast/nas-configs/
|
11 |
},
|
12 |
"detection_head": {
|
13 |
"type": "fast_head",
|
14 |
-
"config": "config/fast/nas-configs/
|
15 |
"pooling_size": 9,
|
16 |
"loss_text": {
|
17 |
"type": "DiceLoss",
|
@@ -43,7 +43,7 @@
|
|
43 |
},
|
44 |
"test": {
|
45 |
"type": "FAST_IC17MLT",
|
46 |
-
"split": "
|
47 |
"short_size": 640,
|
48 |
"read_type": "cv2"
|
49 |
}
|
@@ -54,7 +54,7 @@
|
|
54 |
"epoch": 30,
|
55 |
"optimizer": "Adam",
|
56 |
"save_interval": 1,
|
57 |
-
"pretrain": "/
|
58 |
},
|
59 |
"test_cfg": {
|
60 |
"result_path": "outputs/submit_ctw/",
|
|
|
3 |
"type": "FAST",
|
4 |
"backbone": {
|
5 |
"type": "fast_backbone",
|
6 |
+
"config": "config/fast/nas-configs/fast_small.config"
|
7 |
},
|
8 |
"neck": {
|
9 |
"type": "fast_neck",
|
10 |
+
"config": "config/fast/nas-configs/fast_small.config"
|
11 |
},
|
12 |
"detection_head": {
|
13 |
"type": "fast_head",
|
14 |
+
"config": "config/fast/nas-configs/fast_small.config",
|
15 |
"pooling_size": 9,
|
16 |
"loss_text": {
|
17 |
"type": "DiceLoss",
|
|
|
43 |
},
|
44 |
"test": {
|
45 |
"type": "FAST_IC17MLT",
|
46 |
+
"split": "test",
|
47 |
"short_size": 640,
|
48 |
"read_type": "cv2"
|
49 |
}
|
|
|
54 |
"epoch": 30,
|
55 |
"optimizer": "Adam",
|
56 |
"save_interval": 1,
|
57 |
+
"pretrain": "pretrained/fast_small_in1k_epoch_299.pth"
|
58 |
},
|
59 |
"test_cfg": {
|
60 |
"result_path": "outputs/submit_ctw/",
|