diff --git a/Development-Server.md b/Development-Server.md index 5f73b88..1dfbd29 100644 --- a/Development-Server.md +++ b/Development-Server.md @@ -91,8 +91,8 @@ After=network.target network-online.target [Service] Type=simple Environment="NODE_ENV=production" -ExecStart=/home/vlado/.nvm/versions/node/v15.7.0/bin/node server/serve.js -WorkingDirectory=/home/vlado/dev/human +ExecStart= server/serve.js +WorkingDirectory= StandardOutput=inherit StandardError=inherit Restart=always diff --git a/Outputs.md b/Outputs.md index 593a830..a55e6ef 100644 --- a/Outputs.md +++ b/Outputs.md @@ -11,8 +11,8 @@ result = { confidence, // returns faceConfidence if exists, otherwise boxConfidence faceConfidence // confidence in detection box after running mesh boxConfidence // confidence in detection box before running mesh - box, // , normalized to input image size - boxRaw, // , normalized to range of 0..1 + box, // , clamped and normalized to input image size + boxRaw, // , unclamped and normalized to range of 0..1 mesh, // 468 base points & 10 iris points, normalized to input impact size meshRaw, // 468 base points & 10 iris points, normalized to range of 0..1 annotations, // 32 base annotated landmarks & 2 iris annotations @@ -52,7 +52,8 @@ result = { [ { confidence, // , - box, // , + box, // , clamped and normalized to input image size + boxRaw, // , unclamped and normalized to range of 0..1 landmarks, // 21 points annotations, // ]> 5 annotated landmakrs } @@ -63,10 +64,10 @@ result = { score, // class, // class id based on coco labels label, // class label based on coco labels - center, // [, ] x,y coordinates of the object center - box, // [, , , ] x1, y1, x2, y2 coordinates of the box around the detected object - centerRaw, // same as center but normalized to range 0..1 - boxRaw, // same as box, but normalized to range 0..1 + center, // , clamped and normalized to input image size + centerRaw, // , unclamped and normalized to range of 0..1 + box, // , clamped and normalized to input image size + boxRaw, // , unclamped and normalized to range of 0..1 } ], gesture: //