fix human.draw

master
Vladimir Mandic 2021-03-05 14:30:02 -05:00
parent 9173ba06bb
commit 77fcd4eb7a
1 changed files with 2 additions and 2 deletions

@ -62,11 +62,11 @@ Style of drawing is configurable via `human.draw.options` object:
font: 'small-caps 16px "Segoe UI"', // font used for labels
lineHeight: 20, // spacing between lines for multi-line labels
lineWidth: 6, // line width of drawn polygons
drawPoints: true, // draw detected points in all objects
pointSize: 2, // size of points
drawLabels: true, // draw labels with detection results
drawBoxes: true, // draw boxes around detected faces
roundRect: 8, // should boxes have round corners and rounding value
drawPoints: true, // draw detected points in all objects
pointSize: 2, // size of points
drawPolygons: true, // draw polygons such as body and face mesh
fillPolygons: true, // fill polygons in face mesh
useDepth: true, // use z-axis value when available to determine color shade