DataNerd2021 commited on
Commit
88c38a0
·
1 Parent(s): 8213eef

upload model

Browse files
Files changed (1) hide show
  1. mask_rcnn_R_50_FPN_3x.yaml +10 -0
mask_rcnn_R_50_FPN_3x.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ _BASE_: "../Base-RCNN-FPN.yaml"
2
+ MODEL:
3
+ WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
4
+ DEVICE: "cpu"
5
+ MASK_ON: True
6
+ RESNETS:
7
+ DEPTH: 50
8
+ SOLVER:
9
+ STEPS: (210000, 250000)
10
+ MAX_ITER: 270000