tomas-gajarsky commited on
Commit
a093564
1 Parent(s): c4f588e

Update config.merged.yml

Browse files
Files changed (1) hide show
  1. config.merged.yml +3 -7
config.merged.yml CHANGED
@@ -326,18 +326,14 @@ analyzer:
326
  color: green
327
  line_width: 3
328
  draw_landmarks:
329
- _target_: facetorch.analyzer.utilizer.draw.LandmarkDrawer
330
  transform: None
331
  device:
332
  _target_: torch.device
333
  type: ${analyzer.device}
334
  optimize_transform: false
335
- marker: o
336
- markersize: 0.9
337
- opacity: 0.8
338
- line_width: 0.8
339
- color: g
340
- markeredgecolor: green
341
  logger:
342
  _target_: facetorch.logger.LoggerJsonFile
343
  name: facetorch
 
326
  color: green
327
  line_width: 3
328
  draw_landmarks:
329
+ _target_: facetorch.analyzer.utilizer.draw.LandmarkDrawerTorch
330
  transform: None
331
  device:
332
  _target_: torch.device
333
  type: ${analyzer.device}
334
  optimize_transform: false
335
+ width: 2
336
+ color: green
 
 
 
 
337
  logger:
338
  _target_: facetorch.logger.LoggerJsonFile
339
  name: facetorch