Skip to content

Commit

Permalink
set MIN_SIZE_TRAIN to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Dec 4, 2023
1 parent d56c3fb commit 1b7c3db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/segmentation/baseline/baseline_ovdr2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PREPROCESS:
INPUT:
RESIZE_MODE: "shortest_edge"
MIN_SIZE_TRAIN_SAMPLING: choice
MIN_SIZE_TRAIN: (896, 960, 1024, 1088, 1152)
MIN_SIZE_TRAIN: (1024,)
MAX_SIZE_TRAIN: 2024

MAX_SIZE_TEST: 2024
Expand Down
2 changes: 1 addition & 1 deletion configs/segmentation/baseline/baseline_ovdr3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PREPROCESS:
INPUT:
RESIZE_MODE: "shortest_edge"
MIN_SIZE_TRAIN_SAMPLING: choice
MIN_SIZE_TRAIN: (896, 960, 1024, 1088, 1152)
MIN_SIZE_TRAIN: (1024,)
MAX_SIZE_TRAIN: 2024

MAX_SIZE_TEST: 2024
Expand Down
2 changes: 1 addition & 1 deletion configs/segmentation/segmentation_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PREPROCESS:
INPUT:
RESIZE_MODE: "shortest_edge"
MIN_SIZE_TRAIN_SAMPLING: choice
MIN_SIZE_TRAIN: (896, 960, 1024, 1088, 1152)
MIN_SIZE_TRAIN: (1024,)
MAX_SIZE_TRAIN: 2048
SCALING_TRAIN: 0.5

Expand Down

0 comments on commit 1b7c3db

Please sign in to comment.