mirror of https://github.com/vladmandic/human
custom typedoc
parent
3e33a43076
commit
4990975b5b
|
@ -1,6 +1,6 @@
|
||||||
# @vladmandic/human
|
# @vladmandic/human
|
||||||
|
|
||||||
Version: **1.1.5**
|
Version: **1.1.6**
|
||||||
Description: **Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition**
|
Description: **Human: AI-powered 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>**
|
Author: **Vladimir Mandic <mandic00@live.com>**
|
||||||
|
@ -9,6 +9,10 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### **1.1.6** 2021/03/15 mandic00@live.com
|
||||||
|
|
||||||
|
- implement human.match and embedding demo
|
||||||
|
|
||||||
### **1.1.5** 2021/03/15 mandic00@live.com
|
### **1.1.5** 2021/03/15 mandic00@live.com
|
||||||
|
|
||||||
- full rebuild
|
- full rebuild
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
"readme": "none",
|
"readme": "none",
|
||||||
"out": "typedoc",
|
"out": "typedoc",
|
||||||
"entryPoints": "src/human.ts",
|
"entryPoints": "src/human.ts",
|
||||||
"logLevel": "Error",
|
"logLevel": "Info",
|
||||||
"logger": "none",
|
"logger": "none",
|
||||||
"theme": "wiki/theme/"
|
"theme": "wiki/theme/"
|
||||||
}
|
}
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit 4f67b6662637ff98421376dd8fc739a41ac969ad
|
Subproject commit c4a3b6f1f99cb1723ebd32be702e52d44276169d
|
Loading…
Reference in New Issue