Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
neoguojing
/
ai
like
1
Sleeping
App
Files
Files
Community
4d10a94
ai
/
configs
/
COCO-InstanceSegmentation
/
mask_rcnn_R_50_C4_3x.yaml
neoguojing
init
68d34d0
5 months ago
raw
Copy download link
history
blame
Safe
191 Bytes
_BASE_:
"../Base-RCNN-C4.yaml"
MODEL:
WEIGHTS:
"detectron2://ImageNetPretrained/MSRA/R-50.pkl"
MASK_ON:
True
RESNETS:
DEPTH:
50
SOLVER:
STEPS:
(210000,
250000
)
MAX_ITER:
270000