Skip to main content

Collection of utility tools and deep learning methods.

Project description

exordium

License python pytorch Checked with mypy

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
  • 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
  • dataframes to images

Setup

Install package with PyPi

pip install exordium

Install package for development

git clone https://github.com/fodorad/exordium
cd exordium
git submodule update --init --recursive
pip install .
pip install -U -r requirements.txt

Run unittests

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.

(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.

What's next

  • Add support for Action Unit detection (OpenGraphAU)
  • Add support for Gaze estimation (L2CS-Net)
  • Add support for Blink estimation (DenseNet121, LinT, BlinkLinMulT)
  • Add support for Personality trait estimation (PersonalityLinMulT)

Contact

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

exordium-1.1.1.tar.gz (12.5 MB view hashes)

Uploaded Source

Built Distribution

exordium-1.1.1-py3-none-any.whl (61.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page