EmotiEffLib
Efficient face emotion recognition in photos and videos
File Explorer
- apt.txt
- environment.yml
- postBuild
- binder.yml
- generate_documentation.yml
- lint.yml
- tests.yml
- json
- One image emotion recognition.ipynb
- Predict emotions on video.ipynb
- Predict engagement and emotions on video.ipynb
- README.md
- requirements.txt
- .gitignore
- One image emotion recognition.ipynb
- Predict emotions on video.ipynb
- Predict engagement and emotions on video.ipynb
- README.md
- requirements.txt
- README.md
- Doxyfile
- Doxyfile-cpp
- Doxyfile-python
- DoxygenLayout-cpp.xml
- DoxygenLayout-python.xml
- DoxygenLayout.xml
- README.md
- opencv-mtcnn
- xtensor
- xtl
- facial_analysis.h
- facial_analysis.h
- facial_analysis.h
- facial_analysis.cpp
- facial_analysis.cpp
- facial_analysis.cpp
- test_utils.h
- CMakeLists.txt
- generate_exp_preproc_results.py
- test_utils.cpp
- tests_facial_analisys.cpp
- tests_internal_methods.cpp
- .clang-format
- .gitignore
- CMakeLists.txt
- README.md
- __init__.py
- mobilefacenet.py
- __init__.py
- engagement_classification_model.py
- facial_analysis.py
- README.md
- utils.py
- enet_b0_8_best_afew.onnx
- enet_b0_8_best_vgaf.onnx
- enet_b0_8_va_mtl.onnx
- enet_b2_7.onnx
- enet_b2_8.onnx
- mbf_va_mtl.onnx
- mobilevit_va_mtl.onnx
- enet_b0_8_best_afew.pt
- enet_b0_8_best_vgaf.pt
- enet_b0_8_va_mtl.pt
- enet_b2_7.pt
- enet_b2_8.pt
- mbf_va_mtl.pt
- mobilenet_7.h5
- mobilevit_va_mtl.pt
- README.md
- __init__.py
- engagement_single_attention.h5
- engagement_single_attention_converter.py
- age_gender_tf2_224_deep-03-0.13-0.97.h5
- mtcnn.pb
- state_vggface2_enet0_new.pt
- state_vggface2_enet2.pt
- state_vggface2_rexnet_150.pt
- prepare_models_for_emotieffcpplib.py
- 20180720_174416.jpg
- check_installed_libs.sh
- download_test_data.sh
- README.md
- requirements.txt
- test_facial_analysis.py
- test_module_loading.py
- abaw10_expr_va_au.ipynb
- abaw6_affwild2.ipynb
- cexpr.ipynb
- eri.ipynb
- cexpr.ipynb
- mtl.ipynb
- abaw8_expr.ipynb
- bah.ipynb
- emi.ipynb
- abaw3_train.ipynb
- abaw4_lsd_train.ipynb
- abaw4_mtl_train.ipynb
- abaw5_expr_va_au_train.ipynb
- evaluate_affectnet_march2021_pytorch.ipynb
- robust_optimization.py
- train_affectnet_march2021_pytorch.ipynb
- train_emotions-pytorch-afew-vgaf.ipynb
- train_emotions-pytorch.ipynb
- train_emotions.ipynb
- emotions_experiments.ipynb
- README.md
- recognize_emotions_video.py
- affectnet_labels.txt
- age_gender_ethnicity_224_deep-03-0.13-0.97-0.88.pb
- onet.tflite
- pnet.tflite
- rnet.tflite
- Align.java
- Box.java
- MTCNN.java
- Utils.java
- AgeGenderEthnicityTfLiteClassifier.java
- ClassifierResult.java
- EmotionData.java
- EmotionPyTorchClassifier.java
- EmotionTfLiteClassifier.java
- FaceData.java
- MainActivity.java
- TfLiteClassifier.java
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- activity_main.xml
- fragment_camera2_basic.xml
- toolbar_menu.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- colors.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- build.gradle
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- to_pytorchlite.py
- to_tflite.py
- affectnet_labels.txt
- enet_b0_8_va_mtl.ptl
- mtcnn_model.pb
- onet.tflite
- pnet.tflite
- rnet.tflite
- Box.java
- MTCNN.java
- Utils.java
- EmotionPyTorchClassifier.java
- MainActivity.java
- ServerProcessor.java
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- activity_main.xml
- fragment_camera2_basic.xml
- toolbar_menu.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- colors.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- build.gradle
- gradle-wrapper.properties
- server.py
- build.gradle
- gradle.properties
- settings.gradle
- 01 - Features-extractor.ipynb
- 02 - Engagement user-independent model training.ipynb
- 03 - Custom dataset features extractor.ipynb
- 04 - Engagement user-adaptation.ipynb
- README.md
- AFEW_train.ipynb
- convert_pt_to_onnx.py
- display_emotions.ipynb
- facial_analysis.py
- README.md
- requirements.txt
- train_faces_torch.ipynb
- train_ramas.ipynb
- VGAF_train.ipynb
- video_summarizer.ipynb
- .editorconfig
- .gitignore
- .gitmodules
- .pre-commit-config.yaml
- LICENSE
- pyproject.toml
- README.md
- requirements-binder-torch.txt
- requirements-binder.txt
- requirements-ci.txt
- requirements-engagement.txt
- requirements-torch.txt
- requirements.txt
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
# Project Badges
-
Tests Visit
// repository documentation
Was this content helpful?
(0 ratings)
