Skip to content

Commit

Permalink
Annotated file to explain mediapipe library
Browse files Browse the repository at this point in the history
  • Loading branch information
vjshankar4204 committed Nov 4, 2023
1 parent c0cecf9 commit c93e59e
Show file tree
Hide file tree
Showing 7 changed files with 618 additions and 1 deletion.
599 changes: 599 additions & 0 deletions Annotated Media Pipe Pose Tutorial.ipynb

Large diffs are not rendered by default.

Binary file added Data/videos/IMG_3620_RepCountV2-output.mp4
Binary file not shown.
Binary file added Data/videos/IMG_3620_RepCountV2.mp4
Binary file not shown.
Binary file added Data/videos/The Back Squat-fullvideo.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion Media Pipe Pose Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"pose.process(image): Detects the pose in the image.\n",
"The detected landmarks (keypoints of the pose) are then drawn on the image using mp_drawing.draw_landmarks(...).\n",
"The processed image is then displayed using cv2.imshow(...).\n",
"The loop continues until the 'q' key is pressed.\n"
"The loop continues until the 'q' key is pressed."
]
},
{
Expand Down
18 changes: 18 additions & 0 deletions NextGym.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
File renamed without changes.

0 comments on commit c93e59e

Please sign in to comment.