StyleSync / configs /densepose_rcnn_R_101_FPN_s1x.yaml
Navyssh's picture
Upload 62 files
27ed51f verified
raw
history blame contribute delete
185 Bytes
_BASE_: "Base-DensePose-RCNN-FPN.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-101.pkl"
RESNETS:
DEPTH: 101
SOLVER:
MAX_ITER: 130000
STEPS: (100000, 120000)