Skip to content

Commit

Permalink
Reorder retinaface preprocessor normalization mean values in merged.c…
Browse files Browse the repository at this point in the history
…onfig.yaml
  • Loading branch information
tomas-gajarsky committed Nov 17, 2024
1 parent f963c4e commit 680783e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/merged/merged.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ analyzer:
transforms:
- _target_: torchvision.transforms.Normalize
mean:
- 104.0
- 117.0
- 123.0
- 117.0
- 104.0
std:
- 1.0
- 1.0
Expand Down

0 comments on commit 680783e

Please sign in to comment.