FaceSwapper: added post-gamma parameter

This commit is contained in:
iperov 2022-05-17 13:52:58 +04:00
parent b80860cca7
commit 7bddc0248c
3 changed files with 79 additions and 8 deletions

View file

@ -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 прохода',