Skip to content

Releases: DocsaidLab/PyFace

Release 0.4.0

29 Aug 04:35

Choose a tag to compare

Release Notes

What's Changed

Full Changelog: 0.3.1...0.4.0

Release 0.3.1

28 Aug 05:55

Choose a tag to compare

Release Notes

Changelog

Added

  • Dedicated PR build Dockerfile (docker/pr.dockerfile) based on nvidia/cuda:12.8.1-cudnn-runtime-ubuntu24.04.

Changed

  • Standardized resource directory handling across all demo scripts (face_detection, face_depth, face_gender, face_landmark, face_normalization, face_recognition, face_service).
  • Unified output directory creation using cb.get_curdir(__file__) / "output".
  • Updated main Dockerfile to new CUDA 12.8.1 base image.
  • Refactored CUDA CI workflow to use custom Docker images and GPU-enabled containers.
  • Minor refinements in CPU CI workflow (renamed steps, improved clarity).
  • Code style and type annotation improvements in pyface/components/face_depth/tddfav2.py.

Fixed

  • Batch size handling in inference for face detection, gender detection, and depth estimation (prevents shape mismatches and runtime errors).

Removed

  • LFS filters for .jpg and .png files in .gitattributes.

PRs

Full Changelog: 0.2.0...0.3.1

Release 0.2.0

27 Aug 09:16
528c7dc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/DocsaidLab/PyFace/commits/0.2.0