DeepLearning Keras face_classification - eiichiromomma/CVMLAB GitHub Wiki

(DeepLearning Keras) face_classification

顔検知と感情および性別検知 https://github.com/oarriaga/face_classification

インストール

git clone https://github.com/oarriaga/face_classification.git
cd face_classification/

REQUIEMENTS.txtがあるのでひとまずcondaで仮想環境にしておく

conda create -n face_classification python=3.5 scipy numpy tensorflow-gpu keras scikit-learn matplotlib scikit-image
source activate face_classification

REQUIREMENTS.txtを開いてOpenCVの行を削っておく(手動で入れる)。

conda install --channel https://conda.anaconda.org/menpo opencv3
pip install -r REQUIREMENTS.txt

テスト

srcの_test.pyで動作確認ができるが、image_test.pyはデータセットが無いと動かないので、Webカメラを繋いでvideo_test.pyの方を使う。

ちなみにディレクトリ構造を決め打ちしているのでsrcの中で実行する必要がある。

cd src/
python video_test.py 

結構間違えてる気もする。