v1.2-experimental
Pre-release
Pre-release
luca-m
released this
13 Apr 22:43
·
24 commits
to master
since this release
Performance enhanced.
NOTE: some bug has been solved since this release, checkout master and use the trained models down here
Adaptive equalization (CLAHE) for better lighting handling.
Nice training with config 52x52, 1-5-8, svm.
Trained models 1vsall and 1vsallext. Download them and unpack (tar xvf svm_1vsall_1_5_8_95c2eb0b58.tar.gz; tar xvf svm_1vsallext_1_5_8_95c2eb0b58.tar.gz
)
Build and run:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..;make;make install
cd ../assets
./emotimegui_cli ../resources/haarcascade_frontalface_cbcl1.xml ../resources/haarcascade_eye.xml 52 52 1 5 8 svm ../svm_1vsall_1_5_8_95c2eb0b58/*
./emotimegui_cli ../resources/haarcascade_frontalface_cbcl1.xml ../resources/haarcascade_eye.xml 52 52 1 5 8 svm ../svm_1vsallext_1_5_8_95c2eb0b58/*
Performance summary of trained models:
Emotion | Accuracy |
---|---|
neutral | π |
sadness | π |
disgust | π |
anger | π |
surprise | π |
fear | π |
contempt | π |
happy | π |