jadechoghari commited on
Commit
8fefaa1
·
verified ·
1 Parent(s): 1301c2c

Create fast_tiny_ic17mlt_640.json

Browse files
Files changed (1) hide show
  1. fast_tiny_ic17mlt_640.json +5 -5
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/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",
@@ -43,7 +43,7 @@
43
  },
44
  "test": {
45
  "type": "FAST_IC17MLT",
46
- "split": "valid",
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": "/Users/eaxxkra/Downloads/fast_tiny_ic17mlt_640.pth"
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/",