fix for seedrandom

pull/280/head
Vladimir Mandic 2021-03-16 07:16:25 -04:00
parent 733c124afe
commit 8313cc9092
3 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -14,8 +14,6 @@
- InsightFace
RetinaFace detetor and ArcFace recognition
<https://github.com/deepinsight/insightface>
- NanoDet
<https://github.com/RangiLyu/nanodet>
## Issues

View File

@ -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"