mirror of https://github.com/vladmandic/human
update nodejs platform support
parent
89996eaa37
commit
699af2235b
|
@ -1,7 +1,7 @@
|
|||
|
||||
# @vladmandic/human
|
||||
|
||||
Version: **0.9.18**
|
||||
Version: **0.9.19**
|
||||
Description: **Human: 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition**
|
||||
|
||||
Author: **Vladimir Mandic <mandic00@live.com>**
|
||||
|
@ -10,7 +10,10 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> main, origin/main, origin/HEAD** 2020/12/22 animethemegadget@gmail.com
|
||||
### **0.9.19** 2020/12/23 mandic00@live.com
|
||||
|
||||
### **origin/main, origin/HEAD** 2020/12/22 mandic00@live.com
|
||||
- variable name changes, setting .rawcoords only if necessary
|
||||
- option to return raw data (mesh, box) for facemesh / "preserve aspect ratio" fix from facemesh upstream
|
||||
|
||||
### **0.9.18** 2020/12/16 mandic00@live.com
|
||||
|
|
|
@ -33,6 +33,5 @@
|
|||
- Human requires ES2018 support in browsers
|
||||
|
||||
## NodeJS
|
||||
- Minimum version 14.0 which is current LTS version
|
||||
- Support could be extended to 12.0 if required
|
||||
- Minimum version 12.0
|
||||
- WIP: Face models are not supported in NodeJS as TensorFlow/JS for Node (`tfjs-node`) does not implement required function
|
||||
|
|
Loading…
Reference in New Issue