ML-Motivators commited on
Commit
c50eab9
·
verified ·
1 Parent(s): 6bcba3e

Delete densepose_rcnn_R_50_FPN_DL_soft_s1x.yaml

Browse files
densepose_rcnn_R_50_FPN_DL_soft_s1x.yaml DELETED
@@ -1,12 +0,0 @@
1
- _BASE_: "Base-DensePose-RCNN-FPN-Human.yaml"
2
- MODEL:
3
- WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
4
- RESNETS:
5
- DEPTH: 50
6
- ROI_DENSEPOSE_HEAD:
7
- NAME: "DensePoseDeepLabHead"
8
- CSE:
9
- EMBED_LOSS_NAME: "SoftEmbeddingLoss"
10
- SOLVER:
11
- MAX_ITER: 130000
12
- STEPS: (100000, 120000)