IDM-VTON / configs /quick_schedules /cse /densepose_rcnn_R_50_FPN_DL_instant_test.yaml
IDM-VTON
update IDM-VTON Demo
938e515
raw
history blame
No virus
317 Bytes
_BASE_: "../../cse/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_cse",)
TEST: ("densepose_coco_2014_minival_100_cse",)
SOLVER:
MAX_ITER: 40
STEPS: (30,)