yakhyo
fe3e70a352
release: Update release version to v1.1.0
2025-11-15 21:31:56 +09:00
yakhyo
2c78f39e5d
ref: Add comprehensive test suite and enhance model functionality
...
- Add new test files for age_gender, factory, landmark, recognition, scrfd, and utils
- Add new scripts for age_gender, landmarks, and video detection
- Update documentation in README.md, MODELS.md, QUICKSTART.md
- Improve model constants and face utilities
- Update detection models (retinaface, scrfd) with enhanced functionality
- Update project configuration in pyproject.toml
2025-11-15 21:09:37 +09:00
yakhyo
496de7a491
Release v1.0.0: First stable release with complete feature set
...
- Added high-level pipeline API (FacePipeline, process_faces, compare_faces)
- Implemented face detection (RetinaFace, SCRFD)
- Implemented face recognition (ArcFace, MobileFace, SphereFace)
- Added landmark detection (106 points)
- Added attribute analysis (age, gender, emotion)
- Comprehensive examples and documentation
- Cleaned up legacy code and simplified documentation structure
2025-11-11 21:38:57 +09:00
yakhyo
c9f8215e28
use automatic package discovery for submodules
2025-11-08 01:36:05 +09:00
yakhyo
3cf13f70d4
fix package configuration to include all submodules
2025-11-08 01:24:45 +09:00
yakhyo
77f14a616a
add apple silicon support and update documentation
...
- add dynamic onnx provider selection for m1/m2/m3/m4 macs
- replace mkdocs with simple markdown files
- fix model download and scrfd detection issues
- update ci/cd workflows
2025-11-08 01:02:14 +09:00
yakhyo
cd3ff79c2e
fix: Fix installation issue with onnxruntime-gpu version
2025-08-30 22:43:26 +09:00
yakhyo
d586cffb3a
feat: Change setup.py to pyproject.toml and remove torch dependency
2025-03-16 14:36:35 +09:00