Skip to content

Commit

Permalink
add glip
Browse files Browse the repository at this point in the history
  • Loading branch information
okotaku authored and Ezra-Yu committed Apr 11, 2023
1 parent e56de7c commit 64118fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configs/glip/glip-l_headless.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
data_preprocessor = dict(
num_classes=1000,
# RGB format normalization parameters
mean=[123.675, 116.28, 103.53],
std=[58.395, 57.12, 57.375],
mean=[103.53, 116.28, 123.675],
std=[57.375, 57.12, 58.395],
# convert image from BGR to RGB
to_rgb=True,
to_rgb=False,
)
6 changes: 3 additions & 3 deletions configs/glip/glip-t_headless.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
data_preprocessor = dict(
num_classes=1000,
# RGB format normalization parameters
mean=[123.675, 116.28, 103.53],
std=[58.395, 57.12, 57.375],
mean=[103.53, 116.28, 123.675],
std=[57.375, 57.12, 58.395],
# convert image from BGR to RGB
to_rgb=True,
to_rgb=False,
)

0 comments on commit 64118fb

Please # to comment.