You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application Human Skeleton Estimating using image processing and pattern recognition
Video demo link: https://youtu.be/DQVGjCHT1J4 This video is my Final Project (Image Processing Course) about: HUMAN SKELETON ESTIMATING FROM IMAGE (VIDEO) USING IMAGE PROCESSING AND PATTERN RECOGNITION TECHNIQUES
# About project
In this project we will use Image processing which performs some operations on an image, in order to get the human skeleton estimation from the image or frame (from video). But before that, we need to apply Pattern recognition so that the app will automatically detect human parts by using machine learning algorithms.
This is list of used libraries
We used CNN, cvzone/mediapipe, OpenCV (CV2), tkinter ....