update iris distance docs

pull/134/head
Vladimir Mandic 2021-05-24 07:18:03 -04:00
parent 53d2241036
commit 100d142cfa
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ import { Tensor } from '../dist/tfjs.esm.js';
* - genderConfidence: gender detection confidence as value * - genderConfidence: gender detection confidence as value
* - emotion: emotions as array of possible emotions with their individual scores * - emotion: emotions as array of possible emotions with their individual scores
* - embedding: facial descriptor as array of numerical elements * - embedding: facial descriptor as array of numerical elements
* - iris: iris distance from current viewpoint as distance value * - iris: iris distance from current viewpoint as distance value in centimeters for a typical camera
* field of view of 88 degrees. value should be adjusted manually as needed
* - rotation: face rotiation that contains both angles and matrix used for 3d transformations * - rotation: face rotiation that contains both angles and matrix used for 3d transformations
* - angle: face angle as object with values for roll, yaw and pitch angles * - angle: face angle as object with values for roll, yaw and pitch angles
* - matrix: 3d transofrmation matrix as array of numeric values * - matrix: 3d transofrmation matrix as array of numeric values