tomas-gajarsky commited on
Commit
f2e7d9b
1 Parent(s): ad65e12

Update config.merged.yml

Browse files
Files changed (1) hide show
  1. config.merged.yml +9 -9
config.merged.yml CHANGED
@@ -142,8 +142,8 @@ analyzer:
142
  _target_: facetorch.analyzer.predictor.FacePredictor
143
  downloader:
144
  _target_: facetorch.downloader.DownloaderGDrive
145
- file_id: 1WI-mP_0mGW31OHfriPUsuFS_usYh_W8p
146
- path_local: /code/models/torchscript/predictor/verify/2/model.pt
147
  device:
148
  _target_: torch.device
149
  type: ${analyzer.device}
@@ -158,16 +158,16 @@ analyzer:
158
  - 112
159
  - _target_: torchvision.transforms.Normalize
160
  mean:
161
- - 0.5
162
- - 0.5
163
- - 0.5
164
  std:
165
- - 0.5
166
- - 0.5
167
- - 0.5
168
  device:
169
  _target_: torch.device
170
- type: ${analyzer.predictor.fer.device.type}
171
  optimize_transform: ${analyzer.optimize_transforms}
172
  reverse_colors: false
173
  postprocessor:
 
142
  _target_: facetorch.analyzer.predictor.FacePredictor
143
  downloader:
144
  _target_: facetorch.downloader.DownloaderGDrive
145
+ file_id: 1H-aPtFd9C5D7y1vzoWsObKAxeIBE9QPd
146
+ path_local: /code/models/torchscript/predictor/verify/1/model.pt
147
  device:
148
  _target_: torch.device
149
  type: ${analyzer.device}
 
158
  - 112
159
  - _target_: torchvision.transforms.Normalize
160
  mean:
161
+ - 0.485
162
+ - 0.456
163
+ - 0.406
164
  std:
165
+ - 0.229
166
+ - 0.224
167
+ - 0.225
168
  device:
169
  _target_: torch.device
170
+ type: ${analyzer.predictor.verify.device.type}
171
  optimize_transform: ${analyzer.optimize_transforms}
172
  reverse_colors: false
173
  postprocessor: