Skip to content

Barabaika/Pose_estimation_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pose_estimation_tool

Tool for Pose estimation from .mp4 video. Based on Movenet model (https://tfhub.dev/google/movenet/singlepose/thunder/4)

📝 Requirements

⚙️ Installation

To install sc-intregnet run in terminal:

git clone https://github.com/Barabaika/Pose_estimation_tool.git
cd Pose_estimation_tool && ./install.sh

🚀 Usage

To run at test video:

Go to Pose_estimation_tool folder, and then:

./run_pose_estimation.sh

To run on your own videos:

Go to Pose_estimation_tool folder, and then:

./run_pose_estimation.sh <abs_path_to_input_video.mp4>*

*- you can add multiple paths

Results

Results will be stored at Pose_estimation_tool/Pose_estim_result/

From each input video it would be generated:

  • _<input_video_name>output.mp4 (video with keypoints and edges)
  • _<input_video_name>output.json ({'poses':{'pose_1':list_keypoints, ..., 'pose_n':list_keypoints}})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published