Spaces:
kadirnar
/
Running on Zero

IDM-VTON / configs /quick_schedules /densepose_rcnn_R_50_FPN_DL_instant_test.yaml
IDM-VTON
update IDM-VTON Demo
938e515
raw
history blame
No virus
302 Bytes
_BASE_: "../Base-DensePose-RCNN-FPN.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
ROI_DENSEPOSE_HEAD:
NAME: "DensePoseDeepLabHead"
DATASETS:
TRAIN: ("densepose_coco_2014_minival_100",)
TEST: ("densepose_coco_2014_minival_100",)
SOLVER:
MAX_ITER: 40
STEPS: (30,)