mirror of https://github.com/vladmandic/human
update for tfjs 3.5.0
parent
269740f6c1
commit
0b54f2d2d8
|
@ -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
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
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",
|
||||
|
|
|
@ -100,3 +100,20 @@
|
|||
2021-04-19 16:18:28 [36mINFO: [39m Generate types: ["src/human.ts"]
|
||||
2021-04-19 16:18:32 [36mINFO: [39m Update Change log: ["/home/vlado/dev/human/CHANGELOG.md"]
|
||||
2021-04-19 16:18:32 [36mINFO: [39m Generate TypeDocs: ["src/human.ts"]
|
||||
2021-04-22 19:41:11 [36mINFO: [39m @vladmandic/human version 1.6.0
|
||||
2021-04-22 19:41:11 [36mINFO: [39m User: vlado Platform: linux Arch: x64 Node: v16.0.0
|
||||
2021-04-22 19:41:11 [36mINFO: [39m Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true,"sourcemap":true,"bundle":true,"metafile":true,"target":"es2018"}
|
||||
2021-04-22 19:41:11 [35mSTATE:[39m Build for: node type: tfjs: {"imports":1,"importBytes":39,"outputBytes":733,"outputFiles":"dist/tfjs.esm.js"}
|
||||
2021-04-22 19:41:11 [35mSTATE:[39m Build for: node type: node: {"imports":46,"importBytes":547988,"outputBytes":305576,"outputFiles":"dist/human.node.js"}
|
||||
2021-04-22 19:41:11 [35mSTATE:[39m Build for: nodeGPU type: tfjs: {"imports":1,"importBytes":43,"outputBytes":737,"outputFiles":"dist/tfjs.esm.js"}
|
||||
2021-04-22 19:41:11 [35mSTATE:[39m Build for: nodeGPU type: node: {"imports":46,"importBytes":547992,"outputBytes":305584,"outputFiles":"dist/human.node-gpu.js"}
|
||||
2021-04-22 19:41:11 [35mSTATE:[39m Build for: nodeWASM type: tfjs: {"imports":1,"importBytes":81,"outputBytes":783,"outputFiles":"dist/tfjs.esm.js"}
|
||||
2021-04-22 19:41:11 [35mSTATE:[39m Build for: nodeWASM type: node: {"imports":46,"importBytes":548038,"outputBytes":305628,"outputFiles":"dist/human.node-wasm.js"}
|
||||
2021-04-22 19:41:11 [35mSTATE:[39m Build for: browserNoBundle type: tfjs: {"imports":1,"importBytes":2488,"outputBytes":1394,"outputFiles":"dist/tfjs.esm.js"}
|
||||
2021-04-22 19:41:12 [35mSTATE:[39m Build for: browserNoBundle type: esm: {"imports":46,"importBytes":548649,"outputBytes":305575,"outputFiles":"dist/human.esm-nobundle.js"}
|
||||
2021-04-22 19:41:12 [35mSTATE:[39m Build for: browserBundle type: tfjs: {"modules":1267,"moduleBytes":4085087,"imports":7,"importBytes":2488,"outputBytes":1101728,"outputFiles":"dist/tfjs.esm.js"}
|
||||
2021-04-22 19:41:13 [35mSTATE:[39m Build for: browserBundle type: iife: {"imports":46,"importBytes":1648983,"outputBytes":1403464,"outputFiles":"dist/human.js"}
|
||||
2021-04-22 19:41:13 [35mSTATE:[39m Build for: browserBundle type: esm: {"imports":46,"importBytes":1648983,"outputBytes":1403422,"outputFiles":"dist/human.esm.js"}
|
||||
2021-04-22 19:41:13 [36mINFO: [39m Generate types: ["src/human.ts"]
|
||||
2021-04-22 19:41:18 [36mINFO: [39m Update Change log: ["/home/vlado/dev/human/CHANGELOG.md"]
|
||||
2021-04-22 19:41:18 [36mINFO: [39m Generate TypeDocs: ["src/human.ts"]
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit 97aef7ac17b481de7768c8540a2207f61adb635b
|
||||
Subproject commit 144a0ca88bbbc27c4eb2dc20551bfb2d463bbd0d
|
Loading…
Reference in New Issue