Skip to content

Commit

Permalink
Merge branch 'dev-1.x' of https://github.com/open-mmlab/mmpose into d…
Browse files Browse the repository at this point in the history
…ev-1.x
  • Loading branch information
Tau-J committed Oct 13, 2023
2 parents 5a223c0 + d188934 commit 96d5a3b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
loss_weight=0.002,
),
decoder=codec,
# This rescore net is adapted from the official repo.
# If you are not using the original COCO dataset for training,
# please make sure to remove the `rescore_cfg` item
rescore_cfg=dict(
in_channels=74,
norm_indexes=(5, 6),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
loss_weight=0.002,
),
decoder=codec,
# This rescore net is adapted from the official repo.
# If you are not using the original COCO dataset for training,
# please make sure to remove the `rescore_cfg` item
rescore_cfg=dict(
in_channels=74,
norm_indexes=(5, 6),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
loss_weight=0.004,
),
decoder=codec,
# This rescore net is adapted from the official repo.
# If you are not using the original CrowdPose dataset for training,
# please make sure to remove the `rescore_cfg` item
rescore_cfg=dict(
in_channels=59,
norm_indexes=(0, 1),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
loss_weight=0.004,
),
decoder=codec,
# This rescore net is adapted from the official repo.
# If you are not using the original CrowdPose dataset for training,
# please make sure to remove the `rescore_cfg` item
rescore_cfg=dict(
in_channels=59,
norm_indexes=(0, 1),
Expand Down

0 comments on commit 96d5a3b

Please sign in to comment.