mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-08 05:51:41 -07:00
FaceSwapper: added post-gamma parameter
This commit is contained in:
parent
b80860cca7
commit
7bddc0248c
3 changed files with 79 additions and 8 deletions
|
@ -676,6 +676,13 @@ class Localization:
|
|||
'es-ES' : 'Cambiar el valor gamma de la imagen antes de enviarla a la red neuronal.',
|
||||
'it-IT' : "Cambia il gamma dell'immagine prima di inserirla nella rete neurale."},
|
||||
|
||||
'QFaceSwapper.postgamma':{
|
||||
'en-US' : 'Post-gamma',
|
||||
'ru-RU' : 'Пост-гамма',
|
||||
'zh-CN' : '后伽马校正',
|
||||
'es-ES' : 'Post-gamma',
|
||||
'it-IT' : 'Post-gamma'},
|
||||
|
||||
'QFaceSwapper.two_pass':{
|
||||
'en-US' : 'Two pass',
|
||||
'ru-RU' : '2 прохода',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue