Skip to content

Commit

Permalink
update ratio_list in db config
Browse files Browse the repository at this point in the history
  • Loading branch information
WenmuZhou committed Dec 26, 2020
1 parent 31aa45f commit 2a2c891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/det/det_mv3_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Train:
data_dir: ./train_data/icdar2015/text_localization/
label_file_list:
- ./train_data/icdar2015/text_localization/train_icdar2015_label.txt
ratio_list: [0.5]
ratio_list: [1.0]
transforms:
- DecodeImage: # load image
img_mode: BGR
Expand Down
2 changes: 1 addition & 1 deletion configs/det/det_r50_vd_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Train:
data_dir: ./train_data/icdar2015/text_localization/
label_file_list:
- ./train_data/icdar2015/text_localization/train_icdar2015_label.txt
ratio_list: [0.5]
ratio_list: [1.0]
transforms:
- DecodeImage: # load image
img_mode: BGR
Expand Down

0 comments on commit 2a2c891

Please sign in to comment.