https://github.com/daoshengmu/tfjsposenet
TensorFlow.js Pose Estimation on mobile
https://github.com/daoshengmu/tfjsposenet
posenet tfjs
Last synced: 21 days ago
JSON representation
TensorFlow.js Pose Estimation on mobile
- Host: GitHub
- URL: https://github.com/daoshengmu/tfjsposenet
- Owner: daoshengmu
- License: mit
- Created: 2020-05-27T06:01:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:41:32.000Z (over 2 years ago)
- Last Synced: 2025-02-08T13:44:08.436Z (2 months ago)
- Topics: posenet, tfjs
- Language: JavaScript
- Size: 2.55 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TensorFlow Pose Estimation with React Native and Expo

| Android Device | Android Emulator | iOS Device | iOS Simulator | Web |
|----------------|------------------|-------------|---------------|-------|
| ✅ | ✅ | ❓ | ❌ | ❌ |* React-mobile camera can't be run in the Web and emulators.
* There is an error when installing a build into iOS simulator, it might cause by the camera module too.## How to Run
- Type `yarn install` to install dependencies.
- Check `package.json` to see how to run your build on your platform. For example, `npm run android` is for running on Androind devices.