Skip to content

PoseNet model for pose estimation with Tensorflow and Python

Notifications You must be signed in to change notification settings

darkrubiks/tf-PoseNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Pose Estimation with Tensorflow

Pose Estimation using PoseNet model with Tensorflow and Python

Intro

Code based on Tensorflow guide.

Files

There are two files in the directory:

  1. posenet_mobilenet.tflite - The actual Tensorflow Lite model;
  2. tf-PoseNet.py - The code.

How to use

Inside the tf-PoseNet.py file you will find the following line:

cap = cv2.VideoCapture('test6.mp4')

Just replace 'test6.mp4' with your video file or 0 to use webcam.

Run the code.

About

PoseNet model for pose estimation with Tensorflow and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages