ceobillionaire / posenet-v3

Pose Detection in the Browser: PoseNet Model

Home Page:https://montrealai.github.io/posenet-v3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pose Detection in the Browser: PoseNet Model

Run real-time pose estimation in the browser using TensorFlow.js.

Try it here!

cameraDemo

PoseNet can be used to estimate either a single pose or multiple poses, meaning there is a version of the algorithm that can detect only one person in an image/video and one version that can detect multiple persons in an image/video.

This is a Pure Javascript implementation of PoseNet. Thank you TensorFlow.js for your flexible and intuitive APIs.

Refer to this blog post for a high-level description of PoseNet running on Tensorflow.js.

About

Pose Detection in the Browser: PoseNet Model

https://montrealai.github.io/posenet-v3/


Languages

Language:JavaScript 86.4%Language:HTML 13.6%