Skip to content

Releases: tomas-gajarsky/facetorch

v0.5.0

11 Feb 22:02
fdd783e
Compare
Choose a tag to compare

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

30 Jan 21:46
b1a77cc
Compare
Choose a tag to compare

Added

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

v0.4.1

14 Dec 20:52
c5714fa
Compare
Choose a tag to compare

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

13 Dec 19:21
2b03df9
Compare
Choose a tag to compare

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

10 Dec 16:47
37288e7
Compare
Choose a tag to compare

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

04 Mar 15:03
45c8fa4
Compare
Choose a tag to compare

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

04 Feb 09:49
fe3587d
Compare
Choose a tag to compare

Changed

  • scope of some test fixtures from function to session

v0.2.3

02 Feb 19:29
890cb7e
Compare
Choose a tag to compare

Fixed

  • error in detector test

Removed

  • deletion of detector model in tests

v0.2.2

28 Jan 15:41
b8fc7a2
Compare
Choose a tag to compare

Fixed

  • error in Google Colab demo notebook

v0.2.1

28 Jan 15:04
759b6f7
Compare
Choose a tag to compare

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)