Collection of utility tools and deep learning methods.
Project description
exordium
Collection of preprocessing functions and deep learning methods.
Supported features
Audio
- frequently used io for audio files
- openSMILE feature extraction
- spectrogram calculation
- Wav2Vec2 feature extraction
Video
- frequently used io for videos and frames
- bounding box manipulation methods
- face detection with RetinaFace
- face landmarks and head pose with 3DDFA_V2
- body pose estimation with max-human-pose-estimator
- categorical and dimensional emotion estimation with EmoNet
- iris and pupil landmark estimation with MediaPipe Iris
- fine eye landmark estimation with MediaPipe FaceMesh
- eye gaze vector estimation with L2CS-Net
- tracking using IoU and DeepFace
- FAb-Net feature extraction
- OpenFace feature extraction
- R2+1D feature extraction
Text
- BERT feature extraction
- RoBERTa feature extraction
Utils
- parallel processing
- io decorators
- loss functions
- normalization
Visualization
- graphs
- 3D headpose
- 2D landmarks
- gaze
- dataframes to images
Setup
Install package with all base and optional dependencies from PyPI
pip install exordium[all]
Install package with base dependencies from PyPI
pip install exordium
Install optional dependencies for specific modules
The following extras will install the base and specific dependencies for using TDDFA_V2.
pip install exordium[tddfa]
You can install multiple optional dependencies as well.
pip install exordium[tddfa,audio]
Supported extras definitions:
extras tag | description |
---|---|
audio | dependencies to process audio data |
text | dependency to process textual data |
tddfa | dependencies of TDDFA_V2 for landmark and headpose estimation, or related transformations |
detection | dependencies for automatic face detection and tracking in videos |
video | dependencies for various video feature extraction methods |
all | all previously described extras will be installed |
Note: If you are not sure which tag should be used, just go with the all-mighty "all".
Install package for development
git clone https://github.com/fodorad/exordium
cd exordium
pip install -e .[all]
pip install -U -r requirements.txt
python -m unittest discover -s test
Projects using exordium
(2023) BlinkLinMulT
LinMulT is trained for blink presence detection and eye state recognition tasks. Our results demonstrate comparable or superior performance compared to state-of-the-art models on 2 tasks, using 7 public benchmark databases.
- paper: BlinkLinMulT: Transformer-based Eye Blink Detection (accepted, available soon)
- code: https://github.com/fodorad/BlinkLinMulT
(2022) PersonalityLinMulT
LinMulT is trained for Big Five personality trait estimation using the First Impressions V2 dataset and sentiment estimation using the MOSI and MOSEI datasets.
- paper: Multimodal Sentiment and Personality Perception Under Speech: A Comparison of Transformer-based Architectures (pdf, website)
- code: https://github.com/fodorad/PersonalityLinMulT
What's next
- Add support for Action Unit detection (OpenGraphAU)
- Add support for Blink estimation (DenseNet121, LinT, BlinkLinMulT)
- Add support for Personality trait estimation (PersonalityLinMulT)
Updates
- 1.2.0: Add support for L2CS-Net gaze estimation.
- 1.1.0: PyPI publish.
- 1.0.0: Release version.
Contact
- Ádám Fodor (foauaai@inf.elte.hu)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file exordium-1.2.4.tar.gz
.
File metadata
- Download URL: exordium-1.2.4.tar.gz
- Upload date:
- Size: 12.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 662fd0e50986dc97600ce46c2182385dc63f477e729126bf5b506e6e3d0ea772 |
|
MD5 | aa286f33d940b9c67ea2c292965d739a |
|
BLAKE2b-256 | 6800830898f9963936a4ffe580ffb743a032f9b6fde04ead1be5bef53221d212 |
File details
Details for the file exordium-1.2.4-py3-none-any.whl
.
File metadata
- Download URL: exordium-1.2.4-py3-none-any.whl
- Upload date:
- Size: 68.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b210878f07aa47a8089853c666b385a6ae5b3347379d074a140172c7d1e0345e |
|
MD5 | edf19070b798e77cb14289d3f825e3a8 |
|
BLAKE2b-256 | 3240eed744d8085695d8a564692ce77a34d23f5ff611a65444707a5447472b39 |