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