0.1.7 • Published 4 years ago

react-posenet v0.1.7

Weekly downloads
29
License
MIT
Repository
github
Last release
4 years ago

React PoseNet

React PoseNet is a handy wrapper component for tfjs-models/posenet

Documentation

https://react-posenet.yoyota.dev

Example

pull up counter

Installation

npm install --save react-posenet

Usage

import PoseNet from "react-posenet"

export default function App() {
  return <PoseNet />
}

Core Feautres

onEstimate

gets called after estimation. poses is a passed parameter

input

the input image to feed through the network. see tfjs-posenet document
If input is not specified react-posenet try to getUserMedia

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.5-alpha.2

4 years ago

0.1.5-alpha.1

4 years ago

0.1.4

4 years ago

0.1.4-alpha.1

4 years ago

0.1.4-alpha.2

4 years ago

0.1.4-alpha.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.0-alpha.9

4 years ago

0.1.0-alpha.2

4 years ago

0.0.0-alpha.7

4 years ago

0.0.0-alpha.8

4 years ago

0.0.0-alpha.6

4 years ago

0.1.0-alpha.1

4 years ago

0.0.0-alpha.5

4 years ago

0.0.0-alpha.4

4 years ago

0.0.0-alpha.3

4 years ago

0.0.0-alpha.2

4 years ago

0.0.0-alpha.1

4 years ago