Implement get_landmarks

This commit is contained in:
2025-09-26 14:18:17 +08:00
parent 634e5b016e
commit 4e7c0f76da
4 changed files with 45 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ requires-python = "~3.13"
dependencies = [
"numpy (>=2.3.3,<3.0.0)",
"face-alignment (>=1.4.1,<2.0.0)",
"scikit-image (>=0.25.2,<0.26.0)",
]
@@ -24,3 +25,4 @@ torch = [
{url = "https://download.pytorch.org/whl/cu129/torch-2.8.0%2Bcu129-cp313-cp313-win_amd64.whl", platform = "win32"},
]
pytest = "^8.4.2"
matplotlib = "^3.10.6"