⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bmcvdup1

📁 科罗拉多大学开发的人脸识别系统,要在UNIX下运行.
💻
字号:
# 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/norm26x30Sep2002sfi"# The TRAINING_SRT specifies the list of training images# for which the intrapersonal and extrapersonal images# are created.TRAINING_SRT="imagelists/dup1_training_bmcv_x2.srt"# The INTRAPERSONAL_N_DIFFS and EXTRAPERSONAL_N_DIFFS parameters# control how many intrapersonal and extrapersonal images are# generated per subject in the training set. These images# are chosen at random, unless the RANK_DIFFS parameter is setINTRAPERSONAL_N_DIFFS=15EXTRAPERSONAL_N_DIFFS=15# 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/feret_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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -