mirror of https://github.com/vladmandic/human
update
parent
a9b9c2f254
commit
ab3d8e647e
|
@ -9,8 +9,12 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### **HEAD -> main** 2021/04/26 mandic00@live.com
|
### **HEAD -> main** 2021/04/28 mandic00@live.com
|
||||||
|
|
||||||
|
|
||||||
|
### **origin/main** 2021/04/26 mandic00@live.com
|
||||||
|
|
||||||
|
- cleanup demo workflow
|
||||||
- convert blazeface to module
|
- convert blazeface to module
|
||||||
- version 1.8 release candidate
|
- version 1.8 release candidate
|
||||||
- build nodejs deliverables in non-minified form
|
- build nodejs deliverables in non-minified form
|
||||||
|
|
|
@ -61,14 +61,14 @@
|
||||||
"@tensorflow/tfjs-layers": "^3.5.0",
|
"@tensorflow/tfjs-layers": "^3.5.0",
|
||||||
"@tensorflow/tfjs-node": "^3.5.0",
|
"@tensorflow/tfjs-node": "^3.5.0",
|
||||||
"@tensorflow/tfjs-node-gpu": "^3.5.0",
|
"@tensorflow/tfjs-node-gpu": "^3.5.0",
|
||||||
"@types/node": "^14.14.41",
|
"@types/node": "^15.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||||
"@typescript-eslint/parser": "^4.22.0",
|
"@typescript-eslint/parser": "^4.22.0",
|
||||||
"@vladmandic/pilogger": "^0.2.17",
|
"@vladmandic/pilogger": "^0.2.17",
|
||||||
"canvas": "^2.7.0",
|
"canvas": "^2.7.0",
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.1",
|
||||||
"dayjs": "^1.10.4",
|
"dayjs": "^1.10.4",
|
||||||
"esbuild": "^0.11.14",
|
"esbuild": "^0.11.16",
|
||||||
"eslint": "^7.25.0",
|
"eslint": "^7.25.0",
|
||||||
"eslint-config-airbnb-base": "^14.2.1",
|
"eslint-config-airbnb-base": "^14.2.1",
|
||||||
"eslint-plugin-import": "^2.22.1",
|
"eslint-plugin-import": "^2.22.1",
|
||||||
|
|
Loading…
Reference in New Issue