ML-Motivators commited on
Commit
a36d755
·
verified ·
1 Parent(s): 96bd0ff

Delete Base-DensePose-RCNN-FPN-Human.yaml

Browse files
Files changed (1) hide show
  1. Base-DensePose-RCNN-FPN-Human.yaml +0 -20
Base-DensePose-RCNN-FPN-Human.yaml DELETED
@@ -1,20 +0,0 @@
1
- _BASE_: "Base-DensePose-RCNN-FPN.yaml"
2
- MODEL:
3
- ROI_DENSEPOSE_HEAD:
4
- CSE:
5
- EMBEDDERS:
6
- "smpl_27554":
7
- TYPE: vertex_feature
8
- NUM_VERTICES: 27554
9
- FEATURE_DIM: 256
10
- FEATURES_TRAINABLE: False
11
- IS_TRAINABLE: True
12
- INIT_FILE: "https://dl.fbaipublicfiles.com/densepose/data/cse/lbo/phi_smpl_27554_256.pkl"
13
- DATASETS:
14
- TRAIN:
15
- - "densepose_coco_2014_train_cse"
16
- - "densepose_coco_2014_valminusminival_cse"
17
- TEST:
18
- - "densepose_coco_2014_minival_cse"
19
- CLASS_TO_MESH_NAME_MAPPING:
20
- "0": "smpl_27554"