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
  • 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
  • saliency maps
  • 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.

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

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.2.5.tar.gz (13.8 MB view details)

Uploaded Source

Built Distribution

exordium-1.2.5-py3-none-any.whl (71.3 kB view details)

Uploaded Python 3

File details

Details for the file exordium-1.2.5.tar.gz.

File metadata

  • Download URL: exordium-1.2.5.tar.gz
  • Upload date:
  • Size: 13.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.25.0

File hashes

Hashes for exordium-1.2.5.tar.gz
Algorithm Hash digest
SHA256 80777e618a5bc1666e2f7d9e9b5922cfa5b2a5a665d8bb26e1ae71b912e1a029
MD5 8c95d38b81c6fdf3eda317dc9209b02b
BLAKE2b-256 cd8c826947c545213ff9c9dd2d08b24cd84903c9382f6fe8dfecc9c03f87e062

See more details on using hashes here.

File details

Details for the file exordium-1.2.5-py3-none-any.whl.

File metadata

  • Download URL: exordium-1.2.5-py3-none-any.whl
  • Upload date:
  • Size: 71.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.25.0

File hashes

Hashes for exordium-1.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 6ce7ab883cdc92c4a740e8eac5f4a81c886a5c769f5c32365bce1a602fafa29c
MD5 27c8948a72fa36d35e2063111fde5184
BLAKE2b-256 ccc629c87b2ab577c07e7a35c9843a1681769e054f80d7aac15ab11bc6bda3d1

See more details on using hashes here.

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