Skip to content

yashovardhan/bodypix-implementation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BodyPix Implementation

This is an implmentation of the Tensorflow.js module BodyPix. It is an Open Source Machine Learning module for person and body segmentation within the browser. This specific implmentation allows person segmentation.

Person segmentation segments an image into pixels that are and aren't part of a person. It returns a binary array with 1 for the pixels that are part of the person, and 0 otherwise. The array size corresponds to the number of pixels in the image. An image is fed through a pre-trained model. The model corresponds to a MobileNet V1 architecture with a specific multiplier.

Running the code

  1. Install the dependencies using npm install
  2. To watch a live demo of the application use npm run watch (allow camera permissions within the browser)
  3. To build the project as a whole in production mode use npm run build

About

An implementation of the Tensorflow.js module BodyPix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published