Skip to content

juliendecharentenay/medium-selfie-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

medium-selfie-segmentation

Public repository associated with the medium.com post https://julien-decharentenay.medium.com/experimenting-with-selfie-segmentation-teams-background-effect-d0810039b4c.

The repository contains the example of an implementation that perform a selfie segmentation of the webcam feed. The selfie segmentation identifies the prominent humans in the scene and allows one to segregate their outline against the background. The selfie segmentation is dnne using MediaPipe selfie segmentation model.

The webpage from this repository is live at https://www.video-mash.com. The website also includes a take using this technology to allow one to videobomb any recorded video or to take the actions at home.

www

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

About

Public repository associated with the medium.com post

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published