tensorflow/tfjs-modelsPublic NotificationsYou must be signed in to change notification settings Fork4.4k Star14.3k Code Pull requests210 Actions Security Insights Additional navigation options Files master .tslint .vscode blazeface body-pix body-segmentation ...
tensorflow/tfjs-modelsPublic NotificationsYou must be signed in to change notification settings Fork4.4k Star14.3k Files master .tslint .vscode blazeface body-pix body-segmentation coco-ssd deeplab depth-estimation face-detection face-landmarks-detection ...
Pretrained models for TensorFlow.js. Contribute to tensorflow/tfjs-models development by creating an account on GitHub.
Pretrained models for TensorFlow.js. Contribute to tensorflow/tfjs-models development by creating an account on GitHub.
This branch is 141 commits behind tensorflow/tfjs-models:master.Folders and files Latest commit Cannot retrieve latest commit at this time. History791 Commits .tslint Add linting rules for tfjs-models. (tensorflow#333) Oct 25, 2019 .vscode Move pose-detection code needed in hand detection to ...
This branch is 499 commits behind tensorflow/tfjs-models:master.Folders and filesLatest commit rthadur Update README.md (tensorflow#426) 5ca12af· History366 Commits .tslint Add linting rules for tfjs-models. (tensorflow#333) .vscode Generalize KNN Image Classifier to KNN Classifier, taking an...
This repository hosts a set of pre-trained models that have been ported to TensorFlow.js.The models are hosted on NPM and unpkg so they can be used in any project out of the box. They can be used directly or used in a transfer learning setting with TensorFlow.js.To...
import * as bodyPix from '@tensorflow-models/body-pix'; const outputStride = 16; const segmentationThreshold = 0.5; const imageElement = document.getElementById('image'); // load the BodyPix model from a checkpoint const net = await bodyPix.load(); const segmentation = await net.estimate...
This branch is475 commits behindtensorflow/tfjs-models:master. Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 443 Commits .tslint .vscode blazeface body-pix coco-ssd ...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} tensorflow / tfjs-models Public Notifications You must be signed in to change notification settings Fork 4.4k Star 14.3k ...