Skip to content

tutorials

han edited this page Nov 7, 2019 · 1 revision

Install

  1. Install from gitHub You can simply download it from gitHub.

    git clone https://github.com/I-Love-IU/pose-difference.git
    
  2. Install several package

    pip install requirements.txt
    
  3. Install OpenPose Demo version and other pre-requisite for OpenPose

    You can check download list from this link.

πŸš€ Let's Get Quick Start

From here, we introduce you how to introduce our program. Chungyo designed GUI to provide easy use environment for users. You can get a example result in a few seconds with this code:

python main.py

This command will start our first page that sign in. After the sign in, follow the steps below.

  1. Upload Video files
  2. Make Personal Trainer
  3. Analyze Guide Line
  4. Comment from Expert

overall

πŸ‘€ Look at output

We shall provide for a final report. report

πŸ“‹ How To Use More Detailed

There are 7 menu for using our program. Let's learn more about each function in detail.

1. Upload Video Files - Upload your workout video and your EssentialForce video.

2. Register Trainer - This menu uploads an exercise video that will be used as a trainer. Only trainers can enter this menu.

3. Make Personal Trainer - Based on the physical information of the initialized user and trainer, create a personal trainer of the same size as the user.

4. Analyze Physically - The user and trainer are analyzed physically. But, this function is still under development.

5. Analyze Guide Line - The user's motion is analyzed by considering the difference in the trainer's coordinate value and angle.

6. Comment from Expert - Generate a comprehensive report in html format based on the analyzed information.

7. More info - You can view all of the data history that you previously analyzed.