Spaces:
Build error
Build error
harpreetsahota
commited on
Commit
•
99a0703
1
Parent(s):
202d2bb
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from super_gradients.training.utils.visualization.pose_estimation import PoseVis
|
|
15 |
# Initialize your pose estimation model
|
16 |
yolo_nas_pose = models.get("yolo_nas_pose_l",
|
17 |
num_classes=17,
|
18 |
-
checkpoint_path="
|
19 |
|
20 |
def process_and_predict(url=None,
|
21 |
image=None,
|
|
|
15 |
# Initialize your pose estimation model
|
16 |
yolo_nas_pose = models.get("yolo_nas_pose_l",
|
17 |
num_classes=17,
|
18 |
+
checkpoint_path="./yolo_nas_pose_l_coco_pose.pth")
|
19 |
|
20 |
def process_and_predict(url=None,
|
21 |
image=None,
|