File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
configs/experiments/maskrcnn Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ evaluated on [COCO](https://cocodataset.org/) val2017.
137
137
| Backbone | Resolution | Epochs | Params (M) | Box AP | Mask AP | Download
138
138
------------ | :--------: | -----: | ---------: | -----: | ------: | -------:
139
139
| SpineNet-49 | 640x640 | 500 | 56.4 | 46.4 | 40.0 | [ config] ( https://github.com/tensorflow/models/blob/master/official/vision/beta/configs/experiments/maskrcnn/coco_spinenet49_cascadercnn_tpu.yaml ) |
140
+ | SpineNet-96 | 1024x1024 | 500 | 70.8 | 50.9 | 43.8 | [ config] ( https://github.com/tensorflow/models/blob/master/official/vision/beta/configs/experiments/maskrcnn/coco_spinenet96_cascadercnn_tpu.yaml ) |
140
141
| SpineNet-143 | 1280x1280 | 500 | 94.9 | 51.9 | 45.0 | [ config] ( https://github.com/tensorflow/models/blob/master/official/vision/beta/configs/experiments/maskrcnn/coco_spinenet143_cascadercnn_tpu.yaml ) |
141
142
142
143
## Semantic Segmentation
Original file line number Diff line number Diff line change
1
+ # --experiment_type=cascadercnn_spinenet_coco
2
+ # Expect to reach: box mAP: 51.9%, mask mAP: 45.0% on COCO
1
3
runtime :
2
4
distribution_strategy : ' tpu'
3
5
mixed_precision_dtype : ' bfloat16'
8
10
parser :
9
11
aug_rand_hflip : true
10
12
aug_scale_min : 0.1
11
- aug_scale_max : 2.0
13
+ aug_scale_max : 2.5
12
14
losses :
13
15
l2_weight_decay : 0.00004
14
16
model :
15
17
anchor :
16
- anchor_size : 3 .0
18
+ anchor_size : 4 .0
17
19
num_scales : 3
18
20
min_level : 3
19
21
max_level : 7
You can’t perform that action at this time.
0 commit comments