Releases: DocsaidLab/PyFace
Releases · DocsaidLab/PyFace
Release 0.4.0
Release Notes
What's Changed
- [A] Add face attributes and web demo by @kunkunlin1221 in #14
 - Add face attributes and fix jsonable by updating capybara-docsaid to 0.12.0 by @kunkunlin1221 in #15
 
Full Changelog: 0.3.1...0.4.0
Release 0.3.1
Release Notes
Changelog
Added
- Dedicated PR build Dockerfile (
docker/pr.dockerfile) based onnvidia/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 
Dockerfileto 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 
.jpgand.pngfiles in.gitattributes. 
PRs
- Feat/fix face depth by @kunkunlin1221 in #11
 
Full Changelog: 0.2.0...0.3.1
Release 0.2.0
What's Changed
- [A] Add workflows by @kunkunlin1221 in #9
 - [C] Update pypi update and fixed 
rasterizenumpy error by @zephyr-sh in #10 
New Contributors
- @zephyr-sh made their first contribution in #10
 
Full Changelog: https://github.com/DocsaidLab/PyFace/commits/0.2.0