face/app
Hung Luu a7595603b4 Add adaptive det_size, benchmark UI, and code simplification
- Add adaptive det_size selection based on image characteristics
  (portraits use 640, landscapes use 1024)
- Add FaceServiceError for better error handling in face detection
- Add benchmark UI for comparing faces between two images
- Extract face_area() helper to eliminate duplicate sorting logic
- Modernize type hints (List -> list, Tuple -> tuple)
- Add processed_width/height to embed responses
- Add embedding dimension validation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 10:49:50 +07:00
..
routes Add adaptive det_size, benchmark UI, and code simplification 2026-02-05 10:49:50 +07:00
__init__.py Initial commit: Face embedding service with modular structure 2025-12-01 11:38:50 +07:00
config.py Add adaptive det_size, benchmark UI, and code simplification 2026-02-05 10:49:50 +07:00
face.py Add adaptive det_size, benchmark UI, and code simplification 2026-02-05 10:49:50 +07:00
image.py Add TensorRT experiment configuration 2025-12-08 18:50:45 +07:00
main.py Add adaptive det_size, benchmark UI, and code simplification 2026-02-05 10:49:50 +07:00
models.py Add adaptive det_size, benchmark UI, and code simplification 2026-02-05 10:49:50 +07:00
resources.py Add TensorRT experiment configuration 2025-12-08 18:50:45 +07:00