0.1.2-rotate-90 • Published 4 years ago

@react-posenet/time v0.1.2-rotate-90

Weekly downloads
1
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