Files
john a400130c67
CI / api-test (push) Has been cancelled
CI / web-build (push) Has been cancelled
Sprint 6: report review workflow, CI/K8s, and client tabs.
Add coach review APIs, pose calibration thresholds, Gitea CI, Kubernetes skeleton, H5 practice page, and mini program tab bar.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-23 11:44:11 +08:00

14 lines
333 B
Python

"""Configurable thresholds for pose metric calibration."""
CALIBRATION = {
"head_forward_scale": 180.0,
"shoulder_asymmetry_scale": 220.0,
"pelvic_tilt_scale": 4.5,
"normal_max": 35,
"low_max": 55,
"medium_max": 75,
"review_required_min": 75,
}
METRIC_NAMES = ("头前伸", "高低肩", "骨盆倾斜")