Skip to content

Commit

Permalink
Fix url error in pp-humanseg-v2 yaml (PaddlePaddle#2357) (PaddlePaddl…
Browse files Browse the repository at this point in the history
  • Loading branch information
juncaipeng authored Jul 22, 2022
1 parent 1d52b51 commit 12b0080
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contrib/PP-HumanSeg/configs/human_pp_humansegv1_lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ model:
type: PPHumanSegLite
align_corners: False
num_classes: 2
pretrained: pretrained_models/human_pp_humanseg_lite_v1_192x192_pretrained/model.pdparams
pretrained: pretrained_models/human_pp_humansegv1_lite_192x192_pretrained/model.pdparams
2 changes: 1 addition & 1 deletion contrib/PP-HumanSeg/configs/human_pp_humansegv1_mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ model:
align_corners: False
num_classes: 2
backbone_indices: [-1]
pretrained: pretrained_models/human_pp_humanseg_mobile_v1_192x192_pretrained/model.pdparams
pretrained: pretrained_models/human_pp_humansegv1_mobile_192x192_pretrained/model.pdparams
2 changes: 1 addition & 1 deletion contrib/PP-HumanSeg/configs/human_pp_humansegv1_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ model:
aspp_ratios: [1, 12, 24, 36]
aspp_out_channels: 256
align_corners: False
pretrained: pretrained: pretrained_models/human_pp_humanseg_server_v1_512x512_pretrained/model.pdparams
pretrained: pretrained: pretrained_models/human_pp_humansegv1_server_512x512_pretrained/model.pdparams
2 changes: 1 addition & 1 deletion contrib/PP-HumanSeg/configs/human_pp_humansegv2_lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ model:
arm_out_chs: [32, 64, 96, 128]
seg_head_inter_chs: [16, 32, 32, 32]
use_last_fuse: True
pretrained: pretrained_models/human_pp_humanseg_lite_v2_192x192_pretrained/model.pdparams
pretrained: pretrained_models/human_pp_humansegv2_lite_192x192_pretrained/model.pdparams
2 changes: 1 addition & 1 deletion contrib/PP-HumanSeg/configs/human_pp_humansegv2_mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ model:
backbone_indices: [1, 2, 3, 4]
arm_out_chs: [4, 16, 32, 64]
seg_head_inter_chs: [4, 16, 32, 64]
pretrained: pretrained_models/human_pp_humanseg_mobile_v2_192x192_pretrained/model.pdparams
pretrained: pretrained_models/human_pp_humansegv2_mobile_192x192_pretrained/model.pdparams

0 comments on commit 12b0080

Please sign in to comment.