Skip to content

Commit

Permalink
Added model and mp4 file needed to run the multiperson.py demo
Browse files Browse the repository at this point in the history
  • Loading branch information
DewiKimC committed Nov 29, 2024
1 parent 30702a7 commit 9b0031a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research/scripts/mediapipe/multi_person.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def detect_pose_landmarks(self):

out = cv2.VideoWriter(temp_video_path, self.fourcc, 30.0, (self.width, self.height))
with vision.PoseLandmarker.create_from_options(self.options) as landmarker:
cap = cv2.VideoCapture(0)
cap = cv2.VideoCapture(1)
while cap.isOpened():
success, image = cap.read()
if not success:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added research/scripts/mediapipe/test3.mp4
Binary file not shown.

0 comments on commit 9b0031a

Please sign in to comment.