Ailusion-VTON-DEMO-v1.1 / configs /densepose_rcnn_R_50_FPN_DL_s1x.yaml
Roopansh's picture
Initial Commit
f981a9d
raw
history blame
No virus
238 Bytes
_BASE_: "Base-DensePose-RCNN-FPN.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
RESNETS:
DEPTH: 50
ROI_DENSEPOSE_HEAD:
NAME: "DensePoseDeepLabHead"
SOLVER:
MAX_ITER: 130000
STEPS: (100000, 120000)