Implement get_landmarks
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user