Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
XianzheXu committed Jul 21, 2023
1 parent 8052aba commit a245946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
norm_cfg = dict(type='SyncBN', requires_grad=True)
model = dict(
type='TopDown',
pretrained='./pretrain_models/swin_base.pth',
pretrained='./pretrained/solider_swin_base.pth',
backbone=dict(
type='SwinTransformer',
in_channels=3,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
norm_cfg = dict(type='SyncBN', requires_grad=True)
model = dict(
type='TopDown',
pretrained='/mnt_det/xianzhe.xxz/projects/mmpose/mmpose/models/backbones/models/swin_tiny.pth',
pretrained='./pretrained/solider_swin_tiny.pth',
backbone=dict(
type='SwinTransformer',
in_channels=3,
Expand Down

0 comments on commit a245946

Please sign in to comment.