feret
来自「科罗拉多大学开发的人脸识别系统,要在UNIX下运行.」· 代码 · 共 49 行
TXT
49 行
# The INPUT_IMAGE_WIDTH and INPUT_IMAGE_HEIGHT specify# the sizes of the input imagesINPUT_IMAGE_WIDTH=130INPUT_IMAGE_HEIGHT=150# The IMAGE_DIRECTORY path specifies the directory where# the source images are storedIMAGE_DIRECTORY="data/FERET/normSep2002sfi"# The TRAINING_SRT specifies the list of training images# for which the intrapersonal and extrapersonal images# are created.TRAINING_SRT="imagelists/feret_training.srt"# The INTRAPERSONAL_N_DIFFS and EXTRAPERSONAL_N_DIFFS parameters# control how many intrapersonal and extrapersonal images are# generated. These images are chosen at random, unless the# RANK_DIFFS parameter is setINTRAPERSONAL_N_DIFFS=140EXTRAPERSONAL_N_DIFFS=140# If you wish the system to train only on the N closest difference# images, then set RANK_DIFFS to the location of a distance matrix.# If this variable is undefined, then the N training difference# images are chosen at random out of all possible choices.# RANK_DIFFS=""# The INTRAPERSONAL_CUTOFF and EXTRAPERSONAL_CUTOFF parameters# control the percentage of basis vectors are kept in the# intrapersonal and extrapersonal spaces after training.INTRAPERSONAL_CUTOFF=20.00EXTRAPERSONAL_CUTOFF=2.00# The TESTING_LST parameter specifies the subjects for# which the distance matrix is computed.TESTING_LST="imagelists/all.srt"# The PERMUTE_SRT parameter specifies the subjects for# which the permutations are donePERMUTE_SRT="imagelists/list1024_all_subset.srt"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?