mirror of https://github.com/vladmandic/human
fix for seedrandom
parent
50b2e94020
commit
2c43cef0c7
|
@ -9,6 +9,10 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> main** 2021/03/15 mandic00@live.com
|
||||
|
||||
- custom typedoc
|
||||
|
||||
### **1.1.6** 2021/03/15 mandic00@live.com
|
||||
|
||||
- implement human.match and embedding demo
|
||||
|
|
2
TODO.md
2
TODO.md
|
@ -14,8 +14,6 @@
|
|||
- InsightFace
|
||||
RetinaFace detetor and ArcFace recognition
|
||||
<https://github.com/deepinsight/insightface>
|
||||
- NanoDet
|
||||
<https://github.com/RangiLyu/nanodet>
|
||||
|
||||
## Issues
|
||||
|
||||
|
|
|
@ -55,9 +55,9 @@
|
|||
"@tensorflow/tfjs-layers": "^3.3.0",
|
||||
"@tensorflow/tfjs-node": "^3.3.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.3.0",
|
||||
"@types/node": "^14.14.34",
|
||||
"@typescript-eslint/eslint-plugin": "^4.17.0",
|
||||
"@typescript-eslint/parser": "^4.17.0",
|
||||
"@types/node": "^14.14.35",
|
||||
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
||||
"@typescript-eslint/parser": "^4.18.0",
|
||||
"@vladmandic/pilogger": "^0.2.14",
|
||||
"chokidar": "^3.5.1",
|
||||
"dayjs": "^1.10.4",
|
||||
|
@ -69,7 +69,8 @@
|
|||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.3.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"simple-git": "^2.36.2",
|
||||
"seedrandom": "^3.0.5",
|
||||
"simple-git": "^2.37.0",
|
||||
"tslib": "^2.1.0",
|
||||
"typedoc": "^0.20.32",
|
||||
"typescript": "^4.2.3"
|
||||
|
|
Loading…
Reference in New Issue