Skip to content

Bowling-Action-Tracking-App#67

Open
musharrafhamraz wants to merge 1 commit intoGrow-with-Open-Source:mainfrom
musharrafhamraz:bowling-action-tracking-app
Open

Bowling-Action-Tracking-App#67
musharrafhamraz wants to merge 1 commit intoGrow-with-Open-Source:mainfrom
musharrafhamraz:bowling-action-tracking-app

Conversation

@musharrafhamraz
Copy link

Bowling-Action-Tracking: Add bowling action tracking with pose detection

  • Add main.py with MediaPipe-based pose detection for bowling motion analysis
  • Implement wrist trajectory tracking using deque for motion history
  • Add gradient arc visualization for shoulder-elbow-wrist chain movement
  • Include video processing pipeline with frame resizing and RGB conversion
  • Add helper functions for coordinate conversion and gradient arc rendering
  • Include sample bowling video files (bowling.mp4 and bowling_action.mp4)
  • Enables real-time visualization of bowling arm motion with color-coded keypoints

@github-actions github-actions bot requested a review from iamwatchdogs February 6, 2026 07:37
@github-actions
Copy link

github-actions bot commented Feb 6, 2026

👋 @musharrafhamraz
Thank you for raising your pull request.
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.

Copy link
Contributor

@iamwatchdogs iamwatchdogs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @musharrafhamraz, please remove any such media files. GitHub repos are meant only for codebases and related configs, but not raw media data.

If you want to use the same video for your Python program to work, then please upload these videos to any public storage and provide the endpoints for the script to download and utilise these videos.

Important

Please restructure your git commit history to not include these media files. You can achieve it using the following commands:

# Check into your PR branch
git checkout bowling-action-tracking-app

# Stop git from tracking media files
git rm --cached *.mp4

# Amend the changes to your single commit
git commit --amend --no-edit

# Force push since you have revise the commit
git push -f

…detection

- Add main.py with MediaPipe-based pose detection for bowling motion analysis
- Implement wrist trajectory tracking using deque for motion history
- Add gradient arc visualization for shoulder-elbow-wrist chain movement
- Include video processing pipeline with frame resizing and RGB conversion
- Add helper functions for coordinate conversion and gradient arc rendering
- Include sample bowling video files (bowling.mp4 and bowling_action.mp4)
- Enables real-time visualization of bowling arm motion with color-coded keypoints
@musharrafhamraz musharrafhamraz force-pushed the bowling-action-tracking-app branch from b5659a4 to 4fe2b55 Compare February 15, 2026 18:50
@musharrafhamraz
Copy link
Author

musharrafhamraz commented Feb 15, 2026

hi @iamwatchdogs The video files have been deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants