Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import numpy as np
|
|
11 |
import cv2
|
12 |
from PIL import Image
|
13 |
|
14 |
-
MODEL_PATH = r"
|
15 |
|
16 |
# Drawing landmarks
|
17 |
def draw_landmarks_on_image(rgb_image, detection_result):
|
|
|
11 |
import cv2
|
12 |
from PIL import Image
|
13 |
|
14 |
+
MODEL_PATH = r"pose_landmarker_lite.task"
|
15 |
|
16 |
# Drawing landmarks
|
17 |
def draw_landmarks_on_image(rgb_image, detection_result):
|