Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
detectron2
Commits
c732df65
Commit
c732df65
authored
Jan 18, 2024
by
limm
Browse files
push v0.1.3 version commit bd2ea47
parent
5b3792fc
Pipeline
#706
failed with stages
in 0 seconds
Changes
424
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
358 additions
and
0 deletions
+358
-0
projects/DensePose/configs/densepose_rcnn_R_101_FPN_DL_WC1_s1x.yaml
...ensePose/configs/densepose_rcnn_R_101_FPN_DL_WC1_s1x.yaml
+16
-0
projects/DensePose/configs/densepose_rcnn_R_101_FPN_DL_WC2_s1x.yaml
...ensePose/configs/densepose_rcnn_R_101_FPN_DL_WC2_s1x.yaml
+16
-0
projects/DensePose/configs/densepose_rcnn_R_101_FPN_DL_s1x.yaml
...ts/DensePose/configs/densepose_rcnn_R_101_FPN_DL_s1x.yaml
+10
-0
projects/DensePose/configs/densepose_rcnn_R_101_FPN_WC1_s1x.yaml
...s/DensePose/configs/densepose_rcnn_R_101_FPN_WC1_s1x.yaml
+16
-0
projects/DensePose/configs/densepose_rcnn_R_101_FPN_WC2_s1x.yaml
...s/DensePose/configs/densepose_rcnn_R_101_FPN_WC2_s1x.yaml
+16
-0
projects/DensePose/configs/densepose_rcnn_R_101_FPN_s1x.yaml
projects/DensePose/configs/densepose_rcnn_R_101_FPN_s1x.yaml
+8
-0
projects/DensePose/configs/densepose_rcnn_R_101_FPN_s1x_legacy.yaml
...ensePose/configs/densepose_rcnn_R_101_FPN_s1x_legacy.yaml
+17
-0
projects/DensePose/configs/densepose_rcnn_R_50_FPN_DL_WC1_s1x.yaml
...DensePose/configs/densepose_rcnn_R_50_FPN_DL_WC1_s1x.yaml
+16
-0
projects/DensePose/configs/densepose_rcnn_R_50_FPN_DL_WC2_s1x.yaml
...DensePose/configs/densepose_rcnn_R_50_FPN_DL_WC2_s1x.yaml
+16
-0
projects/DensePose/configs/densepose_rcnn_R_50_FPN_DL_s1x.yaml
...cts/DensePose/configs/densepose_rcnn_R_50_FPN_DL_s1x.yaml
+10
-0
projects/DensePose/configs/densepose_rcnn_R_50_FPN_WC1_s1x.yaml
...ts/DensePose/configs/densepose_rcnn_R_50_FPN_WC1_s1x.yaml
+16
-0
projects/DensePose/configs/densepose_rcnn_R_50_FPN_WC2_s1x.yaml
...ts/DensePose/configs/densepose_rcnn_R_50_FPN_WC2_s1x.yaml
+16
-0
projects/DensePose/configs/densepose_rcnn_R_50_FPN_s1x.yaml
projects/DensePose/configs/densepose_rcnn_R_50_FPN_s1x.yaml
+8
-0
projects/DensePose/configs/densepose_rcnn_R_50_FPN_s1x_legacy.yaml
...DensePose/configs/densepose_rcnn_R_50_FPN_s1x_legacy.yaml
+17
-0
projects/DensePose/configs/evolution/Base-RCNN-FPN-MC.yaml
projects/DensePose/configs/evolution/Base-RCNN-FPN-MC.yaml
+91
-0
projects/DensePose/configs/evolution/faster_rcnn_R_50_FPN_1x_MC.yaml
...nsePose/configs/evolution/faster_rcnn_R_50_FPN_1x_MC.yaml
+7
-0
projects/DensePose/configs/quick_schedules/densepose_rcnn_R_50_FPN_DL_instant_test.yaml
...ck_schedules/densepose_rcnn_R_50_FPN_DL_instant_test.yaml
+11
-0
projects/DensePose/configs/quick_schedules/densepose_rcnn_R_50_FPN_TTA_inference_acc_test.yaml
...dules/densepose_rcnn_R_50_FPN_TTA_inference_acc_test.yaml
+13
-0
projects/DensePose/configs/quick_schedules/densepose_rcnn_R_50_FPN_WC1_instant_test.yaml
...k_schedules/densepose_rcnn_R_50_FPN_WC1_instant_test.yaml
+19
-0
projects/DensePose/configs/quick_schedules/densepose_rcnn_R_50_FPN_WC2_instant_test.yaml
...k_schedules/densepose_rcnn_R_50_FPN_WC2_instant_test.yaml
+19
-0
No files found.
Too many changes to show.
To preserve performance only
424 of 424+
files are displayed.
Plain diff
Email patch
projects/DensePose/configs/densepose_rcnn_R_101_FPN_DL_WC1_s1x.yaml
0 → 100644
View file @
c732df65
_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
:
"
iid_iso"
POINT_REGRESSION_WEIGHTS
:
0.0005
SOLVER
:
CLIP_GRADIENTS
:
ENABLED
:
True
MAX_ITER
:
130000
STEPS
:
(100000, 120000)
projects/DensePose/configs/densepose_rcnn_R_101_FPN_DL_WC2_s1x.yaml
0 → 100644
View file @
c732df65
_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)
projects/DensePose/configs/densepose_rcnn_R_101_FPN_DL_s1x.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-101.pkl"
RESNETS
:
DEPTH
:
101
ROI_DENSEPOSE_HEAD
:
NAME
:
"
DensePoseDeepLabHead"
SOLVER
:
MAX_ITER
:
130000
STEPS
:
(100000, 120000)
projects/DensePose/configs/densepose_rcnn_R_101_FPN_WC1_s1x.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-101.pkl"
RESNETS
:
DEPTH
:
101
ROI_DENSEPOSE_HEAD
:
UV_CONFIDENCE
:
ENABLED
:
True
TYPE
:
"
iid_iso"
POINT_REGRESSION_WEIGHTS
:
0.0005
SOLVER
:
CLIP_GRADIENTS
:
ENABLED
:
True
MAX_ITER
:
130000
STEPS
:
(100000, 120000)
WARMUP_FACTOR
:
0.025
projects/DensePose/configs/densepose_rcnn_R_101_FPN_WC2_s1x.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-101.pkl"
RESNETS
:
DEPTH
:
101
ROI_DENSEPOSE_HEAD
:
UV_CONFIDENCE
:
ENABLED
:
True
TYPE
:
"
indep_aniso"
POINT_REGRESSION_WEIGHTS
:
0.0005
SOLVER
:
CLIP_GRADIENTS
:
ENABLED
:
True
MAX_ITER
:
130000
STEPS
:
(100000, 120000)
WARMUP_FACTOR
:
0.025
projects/DensePose/configs/densepose_rcnn_R_101_FPN_s1x.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-101.pkl"
RESNETS
:
DEPTH
:
101
SOLVER
:
MAX_ITER
:
130000
STEPS
:
(100000, 120000)
projects/DensePose/configs/densepose_rcnn_R_101_FPN_s1x_legacy.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-101.pkl"
RESNETS
:
DEPTH
:
101
ROI_DENSEPOSE_HEAD
:
NUM_COARSE_SEGM_CHANNELS
:
15
POOLER_RESOLUTION
:
14
HEATMAP_SIZE
:
56
INDEX_WEIGHTS
:
2.0
PART_WEIGHTS
:
0.3
POINT_REGRESSION_WEIGHTS
:
0.1
DECODER_ON
:
False
SOLVER
:
BASE_LR
:
0.002
MAX_ITER
:
130000
STEPS
:
(100000, 120000)
projects/DensePose/configs/densepose_rcnn_R_50_FPN_DL_WC1_s1x.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-50.pkl"
RESNETS
:
DEPTH
:
50
ROI_DENSEPOSE_HEAD
:
NAME
:
"
DensePoseDeepLabHead"
UV_CONFIDENCE
:
ENABLED
:
True
TYPE
:
"
iid_iso"
POINT_REGRESSION_WEIGHTS
:
0.0005
SOLVER
:
CLIP_GRADIENTS
:
ENABLED
:
True
MAX_ITER
:
130000
STEPS
:
(100000, 120000)
projects/DensePose/configs/densepose_rcnn_R_50_FPN_DL_WC2_s1x.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-50.pkl"
RESNETS
:
DEPTH
:
50
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)
projects/DensePose/configs/densepose_rcnn_R_50_FPN_DL_s1x.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-50.pkl"
RESNETS
:
DEPTH
:
50
ROI_DENSEPOSE_HEAD
:
NAME
:
"
DensePoseDeepLabHead"
SOLVER
:
MAX_ITER
:
130000
STEPS
:
(100000, 120000)
projects/DensePose/configs/densepose_rcnn_R_50_FPN_WC1_s1x.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-50.pkl"
RESNETS
:
DEPTH
:
50
ROI_DENSEPOSE_HEAD
:
UV_CONFIDENCE
:
ENABLED
:
True
TYPE
:
"
iid_iso"
POINT_REGRESSION_WEIGHTS
:
0.0005
SOLVER
:
CLIP_GRADIENTS
:
ENABLED
:
True
MAX_ITER
:
130000
STEPS
:
(100000, 120000)
WARMUP_FACTOR
:
0.025
projects/DensePose/configs/densepose_rcnn_R_50_FPN_WC2_s1x.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-50.pkl"
RESNETS
:
DEPTH
:
50
ROI_DENSEPOSE_HEAD
:
UV_CONFIDENCE
:
ENABLED
:
True
TYPE
:
"
indep_aniso"
POINT_REGRESSION_WEIGHTS
:
0.0005
SOLVER
:
CLIP_GRADIENTS
:
ENABLED
:
True
MAX_ITER
:
130000
STEPS
:
(100000, 120000)
WARMUP_FACTOR
:
0.025
projects/DensePose/configs/densepose_rcnn_R_50_FPN_s1x.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-50.pkl"
RESNETS
:
DEPTH
:
50
SOLVER
:
MAX_ITER
:
130000
STEPS
:
(100000, 120000)
projects/DensePose/configs/densepose_rcnn_R_50_FPN_s1x_legacy.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-50.pkl"
RESNETS
:
DEPTH
:
50
ROI_DENSEPOSE_HEAD
:
NUM_COARSE_SEGM_CHANNELS
:
15
POOLER_RESOLUTION
:
14
HEATMAP_SIZE
:
56
INDEX_WEIGHTS
:
2.0
PART_WEIGHTS
:
0.3
POINT_REGRESSION_WEIGHTS
:
0.1
DECODER_ON
:
False
SOLVER
:
BASE_LR
:
0.002
MAX_ITER
:
130000
STEPS
:
(100000, 120000)
projects/DensePose/configs/evolution/Base-RCNN-FPN-MC.yaml
0 → 100644
View file @
c732df65
MODEL
:
META_ARCHITECTURE
:
"
GeneralizedRCNN"
BACKBONE
:
NAME
:
"
build_resnet_fpn_backbone"
RESNETS
:
OUT_FEATURES
:
[
"
res2"
,
"
res3"
,
"
res4"
,
"
res5"
]
FPN
:
IN_FEATURES
:
[
"
res2"
,
"
res3"
,
"
res4"
,
"
res5"
]
ANCHOR_GENERATOR
:
SIZES
:
[[
32
],
[
64
],
[
128
],
[
256
],
[
512
]]
# One size for each in feature map
ASPECT_RATIOS
:
[[
0.5
,
1.0
,
2.0
]]
# Three aspect ratios (same for all in feature maps)
RPN
:
IN_FEATURES
:
[
"
p2"
,
"
p3"
,
"
p4"
,
"
p5"
,
"
p6"
]
PRE_NMS_TOPK_TRAIN
:
2000
# Per FPN level
PRE_NMS_TOPK_TEST
:
1000
# Per FPN level
# Detectron1 uses 2000 proposals per-batch,
# (See "modeling/rpn/rpn_outputs.py" for details of this legacy issue)
# which is approximately 1000 proposals per-image since the default batch size for FPN is 2.
POST_NMS_TOPK_TRAIN
:
1000
POST_NMS_TOPK_TEST
:
1000
ROI_HEADS
:
NAME
:
"
StandardROIHeads"
IN_FEATURES
:
[
"
p2"
,
"
p3"
,
"
p4"
,
"
p5"
]
NUM_CLASSES
:
1
ROI_BOX_HEAD
:
NAME
:
"
FastRCNNConvFCHead"
NUM_FC
:
2
POOLER_RESOLUTION
:
7
ROI_MASK_HEAD
:
NAME
:
"
MaskRCNNConvUpsampleHead"
NUM_CONV
:
4
POOLER_RESOLUTION
:
14
DATASETS
:
TRAIN
:
("base_coco_2017_train",)
TEST
:
("base_coco_2017_val", "densepose_chimps")
CATEGORY_MAPS
:
"
base_coco_2017_train"
:
"
16"
:
1
# bird -> person
"
17"
:
1
# cat -> person
"
18"
:
1
# dog -> person
"
19"
:
1
# horse -> person
"
20"
:
1
# sheep -> person
"
21"
:
1
# cow -> person
"
22"
:
1
# elephant -> person
"
23"
:
1
# bear -> person
"
24"
:
1
# zebra -> person
"
25"
:
1
# girafe -> person
"
base_coco_2017_val"
:
"
16"
:
1
# bird -> person
"
17"
:
1
# cat -> person
"
18"
:
1
# dog -> person
"
19"
:
1
# horse -> person
"
20"
:
1
# sheep -> person
"
21"
:
1
# cow -> person
"
22"
:
1
# elephant -> person
"
23"
:
1
# bear -> person
"
24"
:
1
# zebra -> person
"
25"
:
1
# girafe -> person
WHITELISTED_CATEGORIES
:
"
base_coco_2017_train"
:
-
1
# person
-
16
# bird
-
17
# cat
-
18
# dog
-
19
# horse
-
20
# sheep
-
21
# cow
-
22
# elephant
-
23
# bear
-
24
# zebra
-
25
# girafe
"
base_coco_2017_val"
:
-
1
# person
-
16
# bird
-
17
# cat
-
18
# dog
-
19
# horse
-
20
# sheep
-
21
# cow
-
22
# elephant
-
23
# bear
-
24
# zebra
-
25
# girafe
SOLVER
:
IMS_PER_BATCH
:
16
BASE_LR
:
0.02
STEPS
:
(60000, 80000)
MAX_ITER
:
90000
INPUT
:
MIN_SIZE_TRAIN
:
(640, 672, 704, 736, 768, 800)
VERSION
:
2
projects/DensePose/configs/evolution/faster_rcnn_R_50_FPN_1x_MC.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
Base-RCNN-FPN-MC.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-50.pkl"
MASK_ON
:
False
DENSEPOSE_ON
:
False
RESNETS
:
DEPTH
:
50
projects/DensePose/configs/quick_schedules/densepose_rcnn_R_50_FPN_DL_instant_test.yaml
0 → 100644
View file @
c732df65
_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,)
projects/DensePose/configs/quick_schedules/densepose_rcnn_R_50_FPN_TTA_inference_acc_test.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
../densepose_rcnn_R_50_FPN_s1x.yaml"
MODEL
:
WEIGHTS
:
"
https://dl.fbaipublicfiles.com/densepose/densepose_rcnn_R_50_FPN_s1x/165712039/model_final_162be9.pkl"
DATASETS
:
TRAIN
:
()
TEST
:
("densepose_coco_2014_minival_100",)
TEST
:
AUG
:
ENABLED
:
True
MIN_SIZES
:
(400, 500, 600, 700, 800, 900, 1000, 1100, 1200)
MAX_SIZE
:
4000
FLIP
:
True
EXPECTED_RESULTS
:
[[
"
bbox_TTA"
,
"
AP"
,
61.74
,
0.03
],
[
"
densepose_gps_TTA"
,
"
AP"
,
60.22
,
0.03
],
[
"
densepose_gpsm_TTA"
,
"
AP"
,
63.85
,
0.03
]]
projects/DensePose/configs/quick_schedules/densepose_rcnn_R_50_FPN_WC1_instant_test.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
../Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-50.pkl"
RESNETS
:
DEPTH
:
50
ROI_DENSEPOSE_HEAD
:
UV_CONFIDENCE
:
ENABLED
:
True
TYPE
:
"
iid_iso"
POINT_REGRESSION_WEIGHTS
:
0.0005
DATASETS
:
TRAIN
:
("densepose_coco_2014_minival_100",)
TEST
:
("densepose_coco_2014_minival_100",)
SOLVER
:
CLIP_GRADIENTS
:
ENABLED
:
True
MAX_ITER
:
40
STEPS
:
(30,)
WARMUP_FACTOR
:
0.025
projects/DensePose/configs/quick_schedules/densepose_rcnn_R_50_FPN_WC2_instant_test.yaml
0 → 100644
View file @
c732df65
_BASE_
:
"
../Base-DensePose-RCNN-FPN.yaml"
MODEL
:
WEIGHTS
:
"
detectron2://ImageNetPretrained/MSRA/R-50.pkl"
RESNETS
:
DEPTH
:
50
ROI_DENSEPOSE_HEAD
:
UV_CONFIDENCE
:
ENABLED
:
True
TYPE
:
"
indep_aniso"
POINT_REGRESSION_WEIGHTS
:
0.0005
DATASETS
:
TRAIN
:
("densepose_coco_2014_minival_100",)
TEST
:
("densepose_coco_2014_minival_100",)
SOLVER
:
CLIP_GRADIENTS
:
ENABLED
:
True
MAX_ITER
:
40
STEPS
:
(30,)
WARMUP_FACTOR
:
0.025
Prev
1
…
12
13
14
15
16
17
18
19
20
…
22
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment