mirror of
https://github.com/deepfakes/faceswap
synced 2025-06-07 10:43:27 -04:00
262 lines
8.8 KiB
Text
262 lines
8.8 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: 2024-03-28 23:53+0000\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"
|
|
|
|
#: tools/sort/cli.py:15
|
|
msgid "This command lets you sort images using various methods."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:21
|
|
msgid ""
|
|
" Adjust the '-t' ('--threshold') parameter to control the strength of "
|
|
"grouping."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:22
|
|
msgid ""
|
|
" Adjust the '-b' ('--bins') parameter to control the number of bins for "
|
|
"grouping. Each image is allocated to a bin by the percentage of color pixels "
|
|
"that appear in the image."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:25
|
|
msgid ""
|
|
" Adjust the '-b' ('--bins') parameter to control the number of bins for "
|
|
"grouping. Each image is allocated to a bin by the number of degrees the face "
|
|
"is orientated from center."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:28
|
|
msgid ""
|
|
" Adjust the '-b' ('--bins') parameter to control the number of bins for "
|
|
"grouping. The minimum and maximum values are taken for the chosen sort "
|
|
"metric. The bins are then populated with the results from the group sorting."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:32
|
|
msgid "faces by blurriness."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:33
|
|
msgid "faces by fft filtered blurriness."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:34
|
|
msgid ""
|
|
"faces by the estimated distance of the alignments from an 'average' face. "
|
|
"This can be useful for eliminating misaligned faces. Sorts from most like an "
|
|
"average face to least like an average face."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:37
|
|
msgid ""
|
|
"faces using VGG Face2 by face similarity. This uses a pairwise clustering "
|
|
"algorithm to check the distances between 512 features on every face in your "
|
|
"set and order them appropriately."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:40
|
|
msgid "faces by their landmarks."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:41
|
|
msgid "Like 'face-cnn' but sorts by dissimilarity."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:42
|
|
msgid "faces by Yaw (rotation left to right)."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:43
|
|
msgid "faces by Pitch (rotation up and down)."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:44
|
|
msgid ""
|
|
"faces by Roll (rotation). Aligned faces should have a roll value close to "
|
|
"zero. The further the Roll value from zero the higher liklihood the face is "
|
|
"misaligned."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:46
|
|
msgid "faces by their color histogram."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:47
|
|
msgid "Like 'hist' but sorts by dissimilarity."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:48
|
|
msgid ""
|
|
"images by the average intensity of the converted grayscale color channel."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:49
|
|
msgid ""
|
|
"images by their number of black pixels. Useful when faces are near borders "
|
|
"and a large part of the image is black."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:51
|
|
msgid ""
|
|
"images by the average intensity of the converted Y color channel. Bright "
|
|
"lighting and oversaturated images will be ranked first."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:53
|
|
msgid ""
|
|
"images by the average intensity of the converted Cg color channel. Green "
|
|
"images will be ranked first and red images will be last."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:55
|
|
msgid ""
|
|
"images by the average intensity of the converted Co color channel. Orange "
|
|
"images will be ranked first and blue images will be last."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:57
|
|
msgid ""
|
|
"images by their size in the original frame. Faces further from the camera "
|
|
"and from lower resolution sources will be sorted first, whilst faces closer "
|
|
"to the camera and from higher resolution sources will be sorted last."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:81
|
|
msgid "Sort faces using a number of different techniques"
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:91 tools/sort/cli.py:98 tools/sort/cli.py:110
|
|
#: tools/sort/cli.py:150
|
|
msgid "data"
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:92
|
|
msgid "Input directory of aligned faces."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:100
|
|
msgid ""
|
|
"Output directory for sorted aligned faces. If not provided and 'keep' is "
|
|
"selected then a new folder called 'sorted' will be created within the input "
|
|
"folder to house the output. If not provided and 'keep' is not selected then "
|
|
"the images will be sorted in-place, overwriting the original contents of the "
|
|
"'input_dir'"
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:112
|
|
msgid ""
|
|
"R|If selected then the input_dir should be a parent folder containing "
|
|
"multiple folders of faces you wish to sort. The faces will be output to "
|
|
"separate sub-folders in the output_dir"
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:121
|
|
msgid "sort settings"
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:124
|
|
msgid ""
|
|
"R|Choose how images are sorted. Selecting a sort method gives the images a "
|
|
"new filename based on the order the image appears within the given method.\n"
|
|
"L|'none': Don't sort the images. When a 'group-by' method is selected, "
|
|
"selecting 'none' means that the files will be moved/copied into their "
|
|
"respective bins, but the files will keep their original filenames. Selecting "
|
|
"'none' for both 'sort-by' and 'group-by' will do nothing"
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:136 tools/sort/cli.py:164 tools/sort/cli.py:184
|
|
msgid "group settings"
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:139
|
|
msgid ""
|
|
"R|Selecting a group by method will move/copy files into numbered bins based "
|
|
"on the selected method.\n"
|
|
"L|'none': Don't bin the images. Folders will be sorted by the selected 'sort-"
|
|
"by' but will not be binned, instead they will be sorted into a single "
|
|
"folder. Selecting 'none' for both 'sort-by' and 'group-by' will do nothing"
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:152
|
|
msgid ""
|
|
"Whether to keep the original files in their original location. Choosing a "
|
|
"'sort-by' method means that the files have to be renamed. Selecting 'keep' "
|
|
"means that the original files will be kept, and the renamed files will be "
|
|
"created in the specified output folder. Unselecting keep means that the "
|
|
"original files will be moved and renamed based on the selected sort/group "
|
|
"criteria."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:167
|
|
msgid ""
|
|
"R|Float value. Minimum threshold to use for grouping comparison with 'face-"
|
|
"cnn' 'hist' and 'face' methods.\n"
|
|
"The lower the value the more discriminating the grouping is. Leaving -1.0 "
|
|
"will allow Faceswap to choose the default value.\n"
|
|
"L|For 'face-cnn' 7.2 should be enough, with 4 being very discriminating. \n"
|
|
"L|For 'hist' 0.3 should be enough, with 0.2 being very discriminating. \n"
|
|
"L|For 'face' between 0.1 (more bins) to 0.5 (fewer bins) should be about "
|
|
"right.\n"
|
|
"Be careful setting a value that's too extrene in a directory with many "
|
|
"images, as this could result in a lot of folders being created. Defaults: "
|
|
"face-cnn 7.2, hist 0.3, face 0.25"
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:187
|
|
#, python-format
|
|
msgid ""
|
|
"R|Integer value. Used to control the number of bins created for grouping by: "
|
|
"any 'blur' methods, 'color' methods or 'face metric' methods ('distance', "
|
|
"'size') and 'orientation; methods ('yaw', 'pitch'). For any other grouping "
|
|
"methods see the '-t' ('--threshold') option.\n"
|
|
"L|For 'face metric' methods the bins are filled, according the the "
|
|
"distribution of faces between the minimum and maximum chosen metric.\n"
|
|
"L|For 'color' methods the number of bins represents the divider of the "
|
|
"percentage of colored pixels. Eg. For a bin number of '5': The first folder "
|
|
"will have the faces with 0%% to 20%% colored pixels, second 21%% to 40%%, "
|
|
"etc. Any empty bins will be deleted, so you may end up with fewer bins than "
|
|
"selected.\n"
|
|
"L|For 'blur' methods folder 0 will be the least blurry, while the last "
|
|
"folder will be the blurriest.\n"
|
|
"L|For 'orientation' methods the number of bins is dictated by how much 180 "
|
|
"degrees is divided. Eg. If 18 is selected, then each folder will be a 10 "
|
|
"degree increment. Folder 0 will contain faces looking the most to the left/"
|
|
"down whereas the last folder will contain the faces looking the most to the "
|
|
"right/up. NB: Some bins may be empty if faces do not fit the criteria. \n"
|
|
"Default value: 5"
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:207 tools/sort/cli.py:217
|
|
msgid "settings"
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:210
|
|
msgid ""
|
|
"Logs file renaming changes if grouping by renaming, or it logs the file "
|
|
"copying/movement if grouping by folders. If no log file is specified with "
|
|
"'--log-file', then a 'sort_log.json' file will be created in the input "
|
|
"directory."
|
|
msgstr ""
|
|
|
|
#: tools/sort/cli.py:221
|
|
msgid ""
|
|
"Specify a log file to use for saving the renaming or grouping information. "
|
|
"If specified extension isn't 'json' or 'yaml', then json will be used as the "
|
|
"serializer, with the supplied filename. Default: sort_log.json"
|
|
msgstr ""
|