aifr-demo-1806 / demo-code-full /configs /densepose_rcnn_R_101_FPN_DL_WC2_s1x.yaml
mrtuandao's picture
Upload folder using huggingface_hub
de1c0ec verified
raw
history blame contribute delete
No virus
378 Bytes
_BASE_: "Base-DensePose-RCNN-FPN.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-101.pkl"
RESNETS:
DEPTH: 101
ROI_DENSEPOSE_HEAD:
NAME: "DensePoseDeepLabHead"
UV_CONFIDENCE:
ENABLED: True
TYPE: "indep_aniso"
POINT_REGRESSION_WEIGHTS: 0.0005
SOLVER:
CLIP_GRADIENTS:
ENABLED: True
MAX_ITER: 130000
STEPS: (100000, 120000)