https://github.com/yining1023/posenet-knn
posenet + knn in tf.js
https://github.com/yining1023/posenet-knn
Last synced: 3 months ago
JSON representation
posenet + knn in tf.js
- Host: GitHub
- URL: https://github.com/yining1023/posenet-knn
- Owner: yining1023
- Created: 2018-07-08T02:57:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T21:18:18.000Z (about 7 years ago)
- Last Synced: 2025-04-04T08:01:38.025Z (7 months ago)
- Language: JavaScript
- Size: 325 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Posenet + KNN Image Classifier Demo
Check it out here: https://yining1023.github.io/posenet-knn/
The camera demo shows how to create a custom classifier with 3 classes that can be trained in realtime using a webcamera on pose data. Hold down the train button to add samples to the classifier, and then let it predict which of the 3 classes that is closest.
## Setup
cd into the project folder:
Install dependencies and prepare the build directory:
```sh
yarn
```To watch files for changes, and launch a dev server:
```sh
yarn watch
```