1
0
Fork 0
mirror of https://github.com/deepfakes/faceswap synced 2025-06-07 10:43:27 -04:00
faceswap/locales/plugins.extract._config.pot
torzdf 03f5c671bc
Remove plaidML support (#1325)
* Remove PlaidML reference from readme files

* Remove AMD option from installers

* remove amd requirements and update setup.py

* remove plaidml test from CI workflow

* gpustats: remove plaidml backend

* plaid removals:
  - faceswap.py - python version check
  - setup.cfg - plaidml typing ignore
  - lib.keras_utils - All plaid code
  - lib.launcher.py - All plaidml checks and configuration

* remove tf2.2 specific code from GUI event reader

* lib.model - remove all plaidml implementations

* plugins.extract - remove plaidml code

* plugins.train remove plaidml code

* lib.convert - remove plaidml code

* tools.model: remove plaidml code

* Remove plaidML tests from unit tests

* remove plaidml_utils and docsting cleanups

* Remove plaidML refs from configs

* fix keras imports
2023-06-21 12:57:33 +01:00

117 lines
4.4 KiB
Text

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-08 16:43+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: plugins/extract/_config.py:32
msgid "Options that apply to all extraction plugins"
msgstr ""
#: plugins/extract/_config.py:38
msgid "settings"
msgstr ""
#: plugins/extract/_config.py:39
msgid ""
"Enable the Tensorflow GPU `allow_growth` configuration "
"option. This option prevents Tensorflow from allocating all of the GPU VRAM "
"at launch but can lead to higher VRAM fragmentation and slower performance. "
"Should only be enabled if you are having problems running extraction."
msgstr ""
#: plugins/extract/_config.py:50 plugins/extract/_config.py:64
#: plugins/extract/_config.py:78 plugins/extract/_config.py:89
#: plugins/extract/_config.py:99 plugins/extract/_config.py:108
#: plugins/extract/_config.py:119
msgid "filters"
msgstr ""
#: plugins/extract/_config.py:51
msgid ""
"Filters out faces below this size. This is a multiplier of the minimum "
"dimension of the frame (i.e. 1280x720 = 720). If the original face extract "
"box is smaller than the minimum dimension times this multiplier, it is "
"considered a false positive and discarded. Faces which are found to be "
"unusually smaller than the frame tend to be misaligned images, except in "
"extreme long-shots. These can be usually be safely discarded."
msgstr ""
#: plugins/extract/_config.py:65
msgid ""
"Filters out faces above this size. This is a multiplier of the minimum "
"dimension of the frame (i.e. 1280x720 = 720). If the original face extract "
"box is larger than the minimum dimension times this multiplier, it is "
"considered a false positive and discarded. Faces which are found to be "
"unusually larger than the frame tend to be misaligned images except in "
"extreme close-ups. These can be usually be safely discarded."
msgstr ""
#: plugins/extract/_config.py:79
msgid ""
"Filters out faces who's landmarks are above this distance from an 'average' "
"face. Values above 15 tend to be fairly safe. Values above 10 will remove "
"more false positives, but may also filter out some faces at extreme angles."
msgstr ""
#: plugins/extract/_config.py:90
msgid ""
"Filters out faces who's calculated roll is greater than zero +/- this value "
"in degrees. Aligned faces should have a roll value close to zero. Values "
"that are a significant distance from 0 degrees tend to be misaligned images. "
"These can usually be safely disgarded."
msgstr ""
#: plugins/extract/_config.py:100
msgid ""
"Filters out faces where the lowest point of the aligned face's eye or "
"eyebrow is lower than the highest point of the aligned face's mouth. Any "
"faces where this occurs are misaligned and can be safely disgarded."
msgstr ""
#: plugins/extract/_config.py:109
msgid ""
"If enabled, and 're-feed' has been selected for extraction, then interim "
"alignments will be filtered prior to averaging the final landmarks. This can "
"help improve the final alignments by removing any obvious misaligns from the "
"interim results, and may also help pick up difficult alignments. If "
"disabled, then all re-feed results will be averaged."
msgstr ""
#: plugins/extract/_config.py:120
msgid ""
"If enabled, saves any filtered out images into a sub-folder during the "
"extraction process. If disabled, filtered faces are deleted. Note: The faces "
"will always be filtered out of the alignments file, regardless of whether "
"you keep the faces or not."
msgstr ""
#: plugins/extract/_config.py:129 plugins/extract/_config.py:138
msgid "re-align"
msgstr ""
#: plugins/extract/_config.py:130
msgid ""
"If enabled, and 're-align' has been selected for extraction, then all re-"
"feed iterations are re-aligned. If disabled, then only the final averaged "
"output from re-feed will be re-aligned."
msgstr ""
#: plugins/extract/_config.py:139
msgid ""
"If enabled, and 're-align' has been selected for extraction, then any "
"alignments which would be filtered out will not be re-aligned."
msgstr ""