Skip to content

Commit

Permalink
Fix integration errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jaegukhyun committed Jan 18, 2024
1 parent 1de25e3 commit b44436d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/yolox_l.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaults:
- override /data: mmdet
- override /model: mmdet
data:
img_color_channel: BGR
image_color_channel: BGR
train_subset:
batch_size: 8
transforms:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/yolox_s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaults:
- override /data: mmdet
- override /model: mmdet
data:
img_color_channel: BGR
image_color_channel: BGR
train_subset:
batch_size: 8
transforms:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/yolox_x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaults:
- override /data: mmdet
- override /model: mmdet
data:
img_color_channel: BGR
image_color_channel: BGR
train_subset:
batch_size: 4
transforms:
Expand Down

0 comments on commit b44436d

Please sign in to comment.