Create fast_tiny_ic17mlt_640.json
Browse files- fast_tiny_ic17mlt_640.json +65 -0
fast_tiny_ic17mlt_640.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": {
|
3 |
+
"type": "FAST",
|
4 |
+
"backbone": {
|
5 |
+
"type": "fast_backbone",
|
6 |
+
"config": "config/fast/nas-configs/fast_tiny.config"
|
7 |
+
},
|
8 |
+
"neck": {
|
9 |
+
"type": "fast_neck",
|
10 |
+
"config": "config/fast/nas-configs/fast_tiny.config"
|
11 |
+
},
|
12 |
+
"detection_head": {
|
13 |
+
"type": "fast_head",
|
14 |
+
"config": "config/fast/nas-configs/fast_tiny.config",
|
15 |
+
"pooling_size": 9,
|
16 |
+
"loss_text": {
|
17 |
+
"type": "DiceLoss",
|
18 |
+
"loss_weight": 0.5
|
19 |
+
},
|
20 |
+
"loss_kernel": {
|
21 |
+
"type": "DiceLoss",
|
22 |
+
"loss_weight": 1.0
|
23 |
+
},
|
24 |
+
"loss_emb": {
|
25 |
+
"type": "EmbLoss_v1",
|
26 |
+
"feature_dim": 4,
|
27 |
+
"loss_weight": 0.25
|
28 |
+
}
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"repeat_times": 10,
|
32 |
+
"data": {
|
33 |
+
"batch_size": 16,
|
34 |
+
"train": {
|
35 |
+
"type": "FAST_IC17MLT",
|
36 |
+
"split": "train",
|
37 |
+
"is_transform": true,
|
38 |
+
"img_size": 640,
|
39 |
+
"short_size": 640,
|
40 |
+
"pooling_size": 9,
|
41 |
+
"read_type": "cv2",
|
42 |
+
"repeat_times": 10
|
43 |
+
},
|
44 |
+
"test": {
|
45 |
+
"type": "FAST_IC17MLT",
|
46 |
+
"split": "valid",
|
47 |
+
"short_size": 640,
|
48 |
+
"read_type": "cv2"
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"train_cfg": {
|
52 |
+
"lr": 0.001,
|
53 |
+
"schedule": "polylr",
|
54 |
+
"epoch": 30,
|
55 |
+
"optimizer": "Adam",
|
56 |
+
"save_interval": 1,
|
57 |
+
"pretrain": "/Users/eaxxkra/Downloads/fast_tiny_ic17mlt_640.pth"
|
58 |
+
},
|
59 |
+
"test_cfg": {
|
60 |
+
"result_path": "outputs/submit_ctw/",
|
61 |
+
"min_area": 250,
|
62 |
+
"min_score": 0.88,
|
63 |
+
"bbox_type": "rect"
|
64 |
+
}
|
65 |
+
}
|