mirror of https://github.com/vladmandic/human
update for tfjs 3.5.0
parent
1300dc03e1
commit
403493fff6
|
@ -9,8 +9,12 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> main** 2021/04/19 mandic00@live.com
|
||||
### **HEAD -> main** 2021/04/22 mandic00@live.com
|
||||
|
||||
|
||||
### **origin/main** 2021/04/20 mandic00@live.com
|
||||
|
||||
- added filter.flip feature
|
||||
- added demo load image from http
|
||||
- mobile demo optimization and iris gestures
|
||||
- full test run
|
||||
|
|
20
package.json
20
package.json
|
@ -51,16 +51,16 @@
|
|||
"tensorflow"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tensorflow/tfjs": "^3.4.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^3.4.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^3.4.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^3.4.0",
|
||||
"@tensorflow/tfjs-converter": "^3.4.0",
|
||||
"@tensorflow/tfjs-core": "^3.4.0",
|
||||
"@tensorflow/tfjs-data": "^3.4.0",
|
||||
"@tensorflow/tfjs-layers": "^3.4.0",
|
||||
"@tensorflow/tfjs-node": "^3.4.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.4.0",
|
||||
"@tensorflow/tfjs": "^3.5.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^3.5.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^3.5.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^3.5.0",
|
||||
"@tensorflow/tfjs-converter": "^3.5.0",
|
||||
"@tensorflow/tfjs-core": "^3.5.0",
|
||||
"@tensorflow/tfjs-data": "^3.5.0",
|
||||
"@tensorflow/tfjs-layers": "^3.5.0",
|
||||
"@tensorflow/tfjs-node": "^3.5.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.5.0",
|
||||
"@types/node": "^14.14.41",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||
"@typescript-eslint/parser": "^4.22.0",
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit 97aef7ac17b481de7768c8540a2207f61adb635b
|
||||
Subproject commit 144a0ca88bbbc27c4eb2dc20551bfb2d463bbd0d
|
Loading…
Reference in New Issue