Notebook - Welcome to Notebook

Contact/Report Bugs
You can contact me at: bkenwright@xbdev.net












Examples of using Tensorflow and the body pix package for identifying people from images also how to strip the background or identify components such as the head arm legs etc script src https cdn jsdelivr net npm tensorflow tfjs dist tf min js type text javascript script script src https cdn jsdelivr net npm tensorflow models body pix 2 0 script script onload function BodyPix loaded console log bodyPix console log BodyPix ready to party console log ready script script src https cdn jsdelivr net npm tensorflow tfjs dist tf min js type text javascript script If you get this error Uncaught in promise TypeError net estimatePersonSegmentation is not a function at onload anonymous 18 39 Due to an issue with Chrome you can fix it using this or as in the next example move to a differnet version of the package Open Developer Tools go to Settings for Developer Tools then uncheck Enable JavaScript Sourcemaps under the Sources settings Restart Browser if needed script src https cdn jsdelivr net npm tensorflow models body pix 2 0 script img id myimage width 100 height 100 src https images pexels com photos 4350057 pexels photo 4350057 jpeg auto compress cs tinysrgb dpr 3 h 750 w 1260 script onload async function BodyPix loaded console log bodyPix const imageElement document getElementById myimage console log imageElement imageElement load the BodyPix model from a checkpoint const net await bodyPix load console log net arguments for estimating person segmentation const outputStride 16 const segmentationThreshold 0 5 const personSegmentation await net estimatePersonSegmentation imageElement outputStride segmentationThreshold console log personSegmentation personSegmentation end onload console log done script img id myimage width 200 height 200 src https notebook xbdev net var images face jpg script src https cdn jsdelivr net npm tensorflow tfjs 1 0 0 dist tf min js script script src https cdn jsdelivr net npm tensorflow models body pix 1 0 0 script script async const imageElement document getElementById myimage load the BodyPix model from a checkpoint const net await bodyPix load arguments for estimating body part segmentation const outputStride 16 const segmentationThreshold 0 5 const partSegmentation await net estimatePartSegmentation imageElement outputStride segmentationThreshold console log partSegmentation console log ready script img id myimage width 200 height 200 src https notebook xbdev net var images face jpg canvas id mycanvas width 200 height 200 cavnas script src https cdn jsdelivr net npm tensorflow tfjs 1 0 0 dist tf min js script script src https cdn jsdelivr net npm tensorflow models body pix 1 0 0 script script async const imageElement document getElementById myimage const net await bodyPix load const outputStride 16 const segmentationThreshold 0 5 const personSegmentation await net estimatePersonSegmentation imageElement outputStride segmentationThreshold const segmentation await net estimatePersonSegmentation imageElement const maskBackground true Convert the personSegmentation into a mask to darken the background const backgroundDarkeningMask bodyPix toMaskImageData personSegmentation maskBackground const opacity 0 7 const canvas document getElementById mycanvas draw the mask onto the image on a canvas With opacity set to 0 7 this will darken the background bodyPix drawMask canvas imageElement backgroundDarkeningMask opacity console log ready script img id myimage width 200 height 200 src https notebook xbdev net var images face jpg canvas id mycanvas width 100 height 100 cavnas script src https cdn jsdelivr net npm tensorflow tfjs 1 0 0 dist tf min js script script src https cdn jsdelivr net npm tensorflow models body pix 1 0 0 script script async const imageElement document getElementById myimage const net await bodyPix load const partSegmentation await net estimatePartSegmentation imageElement const rainbow 110 64 170 106 72 183 100 81 196 92 91 206 84 101 214 75 113 221 66 125 224 56 138 226 48 150 224 40 163 220 33 176 214 29 188 205 26 199 194 26 210 182 28 219 169 33 227 155 41 234 141 51 240 128 64 243 116 79 246 105 96 247 97 115 246 91 134 245 88 155 243 88 the colored part image is an rgb image with a corresponding color from the rainbow colors for each part at each pixel const coloredPartImageData bodyPix toColoredPartImageData partSegmentation rainbow const opacity 0 7 const canvas document getElementById mycanvas draw the colored part image on top of the original image onto a canvas The colored part image will be drawn semi transparent with an opacity of 0 7 allowing for the original image to be visible under bodyPix drawMask canvas imageElement coloredPartImageData opacity console log ready script References Remove body from live web cam link https codepen io jasonmayes pen GRJqgma Tensorflow article link https blog tensorflow org 2019 11 updated bodypix 2 html

mycanvas width 200 height 200 cavnas script src https cdn jsdelivr net npm tensorflow tfjs 1 0 0 dist tf min js script script src https cdn jsdelivr net npm tensorflow models body pix 1 0 0 script script async const imageElement document getElementById myimage const net await bodyPix load const outputStride 16 const segmentationThreshold 0 5 const personSegmentation await net estimatePersonSegmentation imageElement outputStride segmentationThreshold const segmentation await net estimatePersonSegmentation imageElement const maskBackground true Convert the personSegmentation into a mask to darken the background const backgroundDarkeningMask bodyPix toMaskImageData personSegmentation maskBackground const opacity 0 7 const canvas document getElementById mycanvas draw the mask onto the image on a canvas With opacity set to 0 7 this will darken the background bodyPix drawMask canvas imageElement backgroundDarkeningMask opacity console log ready script img id myimage width 200 height 200 src https notebook xbdev net var images face jpg canvas id mycanvas width 100 height 100 cavnas script src https cdn jsdelivr net npm tensorflow tfjs 1 0 0 dist tf min js script script src https cdn jsdelivr net npm tensorflow models body pix 1 0 0 script script async const imageElement document getElementById myimage const net await bodyPix load const partSegmentation await net estimatePartSegmentation imageElement const rainbow 110 64 170 106 72 183 100 81 196 92 91 206 84 101 214 75 113 221 66 125 224 56 138 226 48 150 224 40 163 220 33 176 214 29 188 205 26 199 194 26 210 182 28 219 169 33 227 155 41 234 141 51 240 128 64 243 116 79 246 105 96 247 97 115 246 91 134 245 88 155 243 88 the colored part image is an rgb image with a corresponding color from the rainbow colors for each part at each pixel const coloredPartImageData bodyPix toColoredPartImageData partSegmentation rainbow const opacity 0 7 const canvas document getElementById mycanvas draw the colored part image on top of the original image onto a canvas The colored part image will be drawn semi transparent with an opacity of 0 7 allowing for the original image to be visible under bodyPix drawMask canvas imageElement coloredPartImageData opacity console log ready script References Remove body from live web cam link https codepen io jasonmayes pen GRJqgma Tensorflow article link https blog tensorflow org 2019 11 updated bodypix 2 html

3dplot
a4print
about
acejs
acejs2
acejs3
aessecurity
angularjs
animbackgroundimage
aseformat
assert
asteroidsjs
backgrounds01
backgrounds02
backgrounds03
barnsleyfern
base26
base64
bib
binary
bodypix
bouncy
box2dweb
breakoutjs
browserversion
buslanes
busybutton
bvhreader
calendar
canvas
canvas2
canvas3
canvasmandelbrot
canvasmandelbrot2
canvasnumbers
canvaszoom
capsule
changingimages
chatgptusingopenai
chatgptusingopenai2
chatgptusingopenai3
checkboxtoggle
chinesetiles
classes
classfeatures
clipboardbutton
clonenode
codedropdown
codemirror
codemirror2
collada
colorpick
columnresizer
contextmenu
convnet
cookiebanner
countdown
countdown2
countdown3
crop
css3dbarchart
css3dbarchart2
css3dbook
css3dscene
csscube
csscube2
csscube3
csscubevideos
cssfilelist
csshas
csspulse
cssresizeaspect
cssspin
csszooming
csvtoarray
customcheckbox
d3datamap
d3js
d3js10
d3js11
d3js2
d3js3
d3js4
d3js5
d3js6
d3js7
d3js8
d3js9
d3jsanimatedgrid
d3jsarctransition
d3jsarctransition2
d3jsaxis
d3jsaxischanging
d3jsbars
d3jsbrushing
d3jsbuslanes
d3jsbuslanes2
d3jscalendar
d3jscheat
d3jsclock
d3jscloudmap
d3jscogs
d3jscolors
d3jscovid
d3jscovid2
d3jscovid3
d3jsdashboard
d3jsdashboard2
d3jsdashboard3
d3jsdatakeyfunction
d3jsdensity
d3jsdragresizing
d3jsdragresizing2
d3jseach
d3jsease
d3jsevents
d3jsflower
d3jsforcegroups
d3jsforces
d3jsforces2
d3jsfractaltree
d3jsgeo
d3jsgroupbars
d3jsgroups
d3jsheatmap
d3jshex
d3jshierarchies
d3jshierarchies2
d3jshistogram
d3jshistogram2
d3jshistogram3
d3jshistogram4
d3jsinterpolate
d3jsjoin
d3jskmean
d3jskmean2
d3jsline
d3jsline2
d3jsline3
d3jsline4
d3jslinetransition
d3jslinetransition0
d3jslinetransition2
d3jsmaplocations
d3jsmaps
d3jsmaps2
d3jsmaps3
d3jsmisc
d3jsmisc2
d3jsmodule
d3jsmodulecolor
d3jsmultistyles
d3jsnobel
d3jsoverlappinggraphs
d3jspanel
d3jspie
d3jspieinterpolate
d3jssankey
d3jssankey2
d3jsscatter
d3jsshapes
d3jsslider
d3jsspending
d3jsspending2
d3jsspiralplot
d3jsspirograph
d3jssquare
d3jsstack
d3jsstackedbar
d3jsstackedbar2
d3jssunburst
d3jssunmoon
d3jssvglines
d3jssymbols
d3jstimelines
d3jsuk
d3jsvoronoi
d3scatterplot
d3timeline
d3timeline2
datalist
datamuse
date
dblclickhighlight
deviceorientation
dictionaryapi
dockermenu
doodlepad
downloadgif
dragdroplistitems
dragrotateresizediv
dragrotateresizediv2
dragrotateresizediv3
dragrotateresizediv4
dragrotateresizefontsize
dragselectbrush
drawlinesdiv
dropdown
dualquaternionimages
dynamicgrid
easefunctions
easeinterpolate3dplots
echart
echart2
echart3
encapsulation
epubviewer
errorstack
excalidraw
excalidraw2
excalidraw3
excalidraw5
expandable
faker
fetchplus
fileupload
fixedtopbar
fonts
fonts2
footerbar
fractalmaze
fractalmaze2
fractalnoiseimage
fractals
fractals2
fractaltree
freesvg
fresnel
froggerjs
gantt
gifgiphyapi
gifhex
gltffromscratch
gradients
griditems
griditems2
griditems3
griditems4
gridworms
heat
hexview
hexview2
highlight
icons
icons2
iframes
ik
imagetracertosvg
imgur
inputfile
invadersjs
ipynb
ipynb2
ipynb3
ipynb4
isbn13
isbn2
jpghex
jquery
jquery2
jqueryui
jqueryui2
jsdraganddrop
jslint
jsobfuscate
jsraytracer
jstree
jstree2
jszip
jszipimages
jszipread
keyframes
l2dwidget
lda
leftmenu
less
less2
lineargradientimage
linenumbers
loadimagefromfile
makepdf
maps
markdown
markdown2
markdownalerts
markdownalerts2
markdownbookmarks
markovimage
markovpixelblocks
mathjax
matrices
matsandvects
mazegamejs
md2tex
metrotiles
metrowindows
milestones
misc
misc2
modules
myipdetails
neataptic
networkstructures
networkstructures2
number
obj
objtojson
openaiimages
opencv
opencv2
opencv3
opencv4
opencv5
outline
p2
p5fractalleaf
p5fractalshape
p5js
p5js2
p5js3
p5jsanimatedcover
p5mengercube
p5snowflakes
palindrome
panel
parallax
paste
paste2
pasteimgfromurl
pdfjs
pdfjs2
pdfkit
pdfkit2
pdfkit3
pdfkit4
pdfkit5
pdfkit6
pdfmake
pdfmake2
pdfmake3
pdfmake4
pdfmake5
pdfmake6
perlin
perlin2
perlin3
perspective
pexels
playground
plotly
plotlynoise
plotlyranddist
plyloader
plyloader2
pngtxtencoder
pongjs
pptxgenjs
prettycode
prism
prn
problems
progress
pseudorandom
px2svg
python
quotes
racergame
random
randomprofilepatterns
randomstring
rating
rayambient
raymonte
raymonteprogressive
raymonteprogressive2
raymontewarmstart
reexpcross
reexpcross2
regex
regexbib
regexpfixbib
regexpmultiline
repeatwordsregexp
resizabletable
resizabletable2
revealjs
revealjs2
revealjsmulti
ritalanguage
ritalanguage2
ritalanguage3
rotateimg
rough
rsapublicprivatekeys
rss
rss2
sankey
scrappingsvg
scrolltext
scrolltext2
scrollwidth
sdfboxinboxtwist
sdfhollowbox
setintervalexception
shareurl
shuffle
sidecomment
similarity
simplehighlighter
simpleplatformgamejs
sinecanvas
sliderpopout
slides
smileys
snowfall
snowman
sound
soundsignal
sphererayintersection
springs
sqljs
steganography
stereogram
stringmatching
svg
svgchaos
svgdragresize
svgdragresize2
svgdragresize3
svgdragrotate
svgdrawing
svglines
svglines2
svglines3
svglines4
svglines5
svglinesmandelbrot
svgpathsdragrotate
svgpathsdragrotateresize
svgpie
svgpie2
svgpie3
svgpiepath
svgpiepath2
svgrandomfaces
symbols
synaptic
synaptic2
synonyms
tablerotatecells
tablerotatecells2
tablerotatecells3
tablerotatecells3b
tablerotatecells4
tables
tablezebra
tabularjs
tabularjs2
tabulatordownload
tagcanvas
tensorflowgan
tensorflowjs
tensorflowjsbasic
tensorflowjscnn
tensorflowjssinewave
tensorflowjssound
tensorflowmobilenet
tetrahedronfractal
tetrahedronfractalfolding
tetris
textarea
textareaauto
textareadiv
textareadiv2
textmaskimage
theirorthere
thesaurus
threejs
threejs2
threejs3
threejs4
threejsgltf
threejstokyo
tiles
toaster
tooltip
transition
transitionexpandabledropdown
treeview
treeview2
tricks
tshirt
tshirt2
tshirt3
turningpages
unsplash
urlblob
urlblob2
userdefinepoints
vector
videos
videos2
visualsort
vue
w2ui
w2uientertextdialog
webcam
webgl
webgl2
webgl3
webgl4
webgl5
webglbasic1
webglbasic2
webglcube
webglfov
webglfrustum
webgljson
webglleaves
webgllighting
webglorthographic
webglpoints1
webglpoints2
webglpoints3
webglsquare
webgltexture1
webgltexture2
webgltexture3
webgltransforms
webgltriangle
webgpu
webgpu10
webgpu11
webgpu12
webgpu13
webgpu14
webgpu15
webgpu16
webgpu17
webgpu2
webgpu3
webgpu4
webgpu5
webgpu6
webgpu7
webgpu8
webgpu9
webgpubars
webgpubuffers
webgpubuffers2
webgpucellnoise
webgpuclouds
webgpuclydescope
webgpucompute
webgpucubemap
webgpucubemap2
webgpudeferred
webgpudepth
webgpudof
webgpudrops
webgpuetha
webgpufire
webgpufractalcubes
webgpuglassrain
webgpugltf
webgpugltf2
webgpugrass
webgpugrid
webgpukernel
webgpukleinian
webgpulabupdates
webgpulighting
webgpumandelbrot
webgpumeta3d
webgpumetaballs
webgpumouse
webgpunoise
webgpunormalmapping
webgpuobj
webgpuparallax
webgpuparallax2
webgpuparallax3
webgpuparallaxshadow
webgpuparallaxshadow2
webgpupixel
webgpuquad
webgpuray1
webgpuraytracing
webgpuraytracing2
webgpushadowmaps
webgpushadowmaps2
webgpusierpinski2d
webgpusierpinski3d
webgpusinusoid
webgpussao
webgpustadiumobj
webgpuswirl
webgputestpipe3
webgputoon
webgputopology
webgputt
webgpuvolcloud
webgpuwater
webgpuwireframe
webgpuwireframe2
webpcanvas
webworkers
webxr
webxr2
wiggly
wikipedia