1 Star 0 Fork 41

天随 / face expression recognition

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.py 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
windstyle 提交于 2015-02-21 09:22 . ready
#config
face_cascade = "haarcascades/haarcascade_frontalface_alt2.xml"
img_width = 119
img_height = 146
img_kinds = ['disgust', 'fear', 'happiness', 'others', 'repression', 'surprise']
kernel_size = 21
kernel_var = 5
gabor_psi = 90
gabor_phase = [0, 30, 60, 90, 120, 150, 180]
gabor_pulsation = [2, 4, 6, 8, 10]
train_subdir = 'data/train/'
test_subdir = "data/test/"
face_subdir = "data/face/"
original_subdir = "data/original/"
models_dir = "data/models/"
svm_params = "-t 0 -c 3"
pca_components = 30
lda_components = 2
1
https://gitee.com/enzoli/face-expression-recognition.git
git@gitee.com:enzoli/face-expression-recognition.git
enzoli
face-expression-recognition
face expression recognition
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891