Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this project, you will classify actions from the given dataset. Dataset is constructed from training videos. About 500 videos of people doing the exercises

In this project, you will classify actions from the given dataset.

Dataset is constructed from training videos. About 500 videos of people doing the exercises have been used. The videos are from Countix Dataset which contains several human activity videos.

From every video, at least 2 frames are manually extracted. The extracted frames represent the terminal positions of the exercise.

For every frame, MediaPipe framework is used for applying pose estimation, which detects the human skeleton of the person in the frame. The landmark model in MediaPipe Pose predicts the location of 33 pose landmarks (see figure below). Visit Mediapipe Pose Classification page for more details. Thereafter, the distances and angles between some important landmarks are calculated and represented in the dataset tables.

You should use landmarks.csv and labels.csv files for training and testing. The codes will be uploaded to Google drive.

You should derive new features like (angles, distances, etc.) for better classification results. Also, we will open a contest on Kaggle and make a competition to an unknown test dataset. After implementing the Project:

image text in transcribed

- You should submit a Project report that shows the preprocessing, statistical analysis of data, used methods and results. The format will be available soon.

Implementation .ipynb jupyter notebook

In this project, you will classify actions from the given dataset. Dataset is constructed from training videos. About 500 videos of people doing the exercises have been used. The videos are from Countix Dataset which contains several human activity videos. From every video, at least 2 frames are manually extracted. The extracted frames represent the terminal positions of the exercise. For every frame, MediaPipe framework is used for applying pose estimation, which detects the human skeleton of the person in the frame. The landmark model in MediaPipe Pose predicts the location of 33 pose landmarks (see figure below). Visit Mediapipe Pose Classification page for more details. Thereafter, the distances and angles between some important landmarks are calculated and represented in the dataset tables. \( \begin{array}{ll}\text { 0. nose } & \text { 17. left_pinky } \\ \begin{array}{ll}\text { 1. left_eye_inner } & \text { 18. right_pinky } \\ \text { 2. left_eye } & \text { 19. left_index } \\ \text { 3. left_eye_outer } & \text { 20. right_index } \\ \text { 4. right_eye_inner } & \text { 21. left_thumb } \\ \text { 5. right_eye } & \text { 22. right_thumb } \\ \text { 6. right_eye_outer } & \text { 23. left_hip } \\ \text { 7. left_ear } & \text { 24. right_hip } \\ \text { 8. right_ear } & \text { 25. left_knee } \\ \text { 9. mouth_left } & \text { 26. right_knee } \\ \text { 10. mouth_right } & \text { 27. left_ankle } \\ \text { 11. left_shoulder } & \text { 28. right_ankle } \\ \text { 12. right_shoulder } & \text { 29. left_heel } \\ \text { 13. left_elbow } & \text { 30. right_heel } \\ \text { 14. right_elbow } & \text { 31. left_foot_index } \\ \text { 15. left_wrist } & \text { 32. right_foot_index }\end{array}\end{array} \) 16. right_wrist You should use landmarks.csv and labels.csv files for training and testing. The codes will be uploaded to Google drive. You should derive new features like (angles, distances, etc.) for better classification results. Also, we will open a contest on Kaggle and make a competition to an unknown test dataset. After implementing the Project: - You should submit a Project report that shows the preprocessing, statistical analysis of data, used methods and results. The format will be available soon

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

How would we like to see ourselves?

Answered: 1 week ago