apirrone
commited on
Commit
·
c5d0b0f
1
Parent(s):
de2eaa9
local files
Browse files
reachy_mini_red_light_green_light/main.py
CHANGED
@@ -68,7 +68,7 @@ class RedLightGreenLightApp(ReachyMiniApp):
|
|
68 |
|
69 |
# arbitrary 3 maximum people are tracked. Maybe make it a parameter?
|
70 |
pose_landmarker_path: str = str(
|
71 |
-
files(
|
72 |
)
|
73 |
people_detector = PeopleDetector(
|
74 |
model_path=pose_landmarker_path, max_poses=3
|
|
|
68 |
|
69 |
# arbitrary 3 maximum people are tracked. Maybe make it a parameter?
|
70 |
pose_landmarker_path: str = str(
|
71 |
+
files(reachy_mini_red_light_green_light).joinpath("pose_landmarker_full.task")
|
72 |
)
|
73 |
people_detector = PeopleDetector(
|
74 |
model_path=pose_landmarker_path, max_poses=3
|