Facetorch Versions Save

Python library for analysing faces using PyTorch

v0.5.0

3 months ago

Added

  • UniversalReader for loading data like PIL images, numpy arrays, torch tensors, bytes, urls, and file paths

Changed

  • Enable conda virtual environment by default in Docker images
  • FaceAnalyzer run method to accept various input types via image_source parameter

v0.4.2

3 months ago

Added

  • Tensor input support for FaceAnalyzer run method
  • TensorReader for transforming incoming torch tensors

v0.4.1

5 months ago

Changed

  • postprocessor for label confidence pairs to have no offset by default
  • Resize transform configs to enable antialiasing by default
  • notebook to version 0.4.0 or higher
  • notebook to include Action Unit and Valence Arousal predictors

v0.4.0

5 months ago

Added

  • predictor for facial valence arousal - ELIM AL from Kim et al.
  • predictor postprocessor for creating label confidence pairs

Changed

  • FaceAnalyzer can run without any predictors or utilizers

v0.3.1

5 months ago

Added

  • link to ChatGPT guide that has knowledge about facetorch

Fixed

  • stuck AU predictor inference in the notebook by specifying torch version to install

v0.3.0

1 year ago

Added

  • predictor for facial action unit detection - OpenGraphAU from Luo et al.

Changed

  • facetorch version retrieval error handling to not fail the run

v0.2.4

1 year ago

Changed

  • scope of some test fixtures from function to session

v0.2.3

1 year ago

Fixed

  • error in detector test

Removed

  • deletion of detector model in tests

v0.2.2

1 year ago

Fixed

  • error in Google Colab demo notebook

v0.2.1

1 year ago

Added

  • Google Colab demo notebook
  • Google Colab demo notebook link to README
  • Merged config yaml files for OmegaConf to /conf/merged/ directory

Changed

  • Do not fail the run if facetorch version cannot be retrieved (likely due to local installation)