mirror of https://github.com/vladmandic/human
update dependencies
parent
77194de344
commit
339b34bcf3
11
TODO.md
11
TODO.md
|
@ -8,13 +8,14 @@ N/A
|
||||||
|
|
||||||
## Exploring
|
## Exploring
|
||||||
|
|
||||||
- Optical flow for intelligent temporal interpolation
|
- **Optical flow** for intelligent temporal interpolation
|
||||||
<https://docs.opencv.org/3.3.1/db/d7f/tutorial_js_lucas_kanade.html>
|
<https://docs.opencv.org/3.3.1/db/d7f/tutorial_js_lucas_kanade.html>
|
||||||
- Advanced histogram equalization for optimization of badly lit scenes
|
- **CLAHE** advanced histogram equalization for optimization of badly lit scenes
|
||||||
**Adaptive**, **Contrast Limited**, **CLAHE**
|
- **TFLite** models
|
||||||
- TFLite models
|
|
||||||
<https://js.tensorflow.org/api_tflite/0.0.1-alpha.4/>
|
<https://js.tensorflow.org/api_tflite/0.0.1-alpha.4/>
|
||||||
- Body segmentation with temporal analysis
|
- **Principal Components Analysis** for reduction of descriptor complexity
|
||||||
|
<https://github.com/vladmandic/human-match/blob/main/src/pca.js>
|
||||||
|
- **Temporal guidance** for face/body segmentation
|
||||||
<https://github.com/PeterL1n/RobustVideoMatting>
|
<https://github.com/PeterL1n/RobustVideoMatting>
|
||||||
|
|
||||||
<hr><br>
|
<hr><br>
|
||||||
|
|
|
@ -81,11 +81,11 @@
|
||||||
"@tensorflow/tfjs-node": "^3.20.0",
|
"@tensorflow/tfjs-node": "^3.20.0",
|
||||||
"@tensorflow/tfjs-node-gpu": "^3.20.0",
|
"@tensorflow/tfjs-node-gpu": "^3.20.0",
|
||||||
"@tensorflow/tfjs-tflite": "0.0.1-alpha.8",
|
"@tensorflow/tfjs-tflite": "0.0.1-alpha.8",
|
||||||
"@types/node": "^18.7.21",
|
"@types/node": "^18.7.23",
|
||||||
"@types/offscreencanvas": "^2019.7.0",
|
"@types/offscreencanvas": "^2019.7.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.38.0",
|
"@typescript-eslint/eslint-plugin": "^5.38.1",
|
||||||
"@typescript-eslint/parser": "^5.38.0",
|
"@typescript-eslint/parser": "^5.38.1",
|
||||||
"@vladmandic/build": "^0.7.13",
|
"@vladmandic/build": "^0.7.14",
|
||||||
"@vladmandic/pilogger": "^0.4.6",
|
"@vladmandic/pilogger": "^0.4.6",
|
||||||
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
||||||
"@webgpu/types": "^0.1.21",
|
"@webgpu/types": "^0.1.21",
|
||||||
|
|
|
@ -1,39 +1,39 @@
|
||||||
2022-09-25 10:14:55 [32mDATA: [39m Build {"name":"@vladmandic/human","version":"2.10.3"}
|
2022-09-27 11:51:20 [32mDATA: [39m Build {"name":"@vladmandic/human","version":"2.10.3"}
|
||||||
2022-09-25 10:14:55 [36mINFO: [39m Application: {"name":"@vladmandic/human","version":"2.10.3"}
|
2022-09-27 11:51:20 [36mINFO: [39m Application: {"name":"@vladmandic/human","version":"2.10.3"}
|
||||||
2022-09-25 10:14:55 [36mINFO: [39m Environment: {"profile":"production","config":".build.json","package":"package.json","tsconfig":true,"eslintrc":true,"git":true}
|
2022-09-27 11:51:20 [36mINFO: [39m Environment: {"profile":"production","config":".build.json","package":"package.json","tsconfig":true,"eslintrc":true,"git":true}
|
||||||
2022-09-25 10:14:55 [36mINFO: [39m Toolchain: {"build":"0.7.13","esbuild":"0.15.9","typescript":"4.8.3","typedoc":"0.23.15","eslint":"8.24.0"}
|
2022-09-27 11:51:20 [36mINFO: [39m Toolchain: {"build":"0.7.14","esbuild":"0.15.9","typescript":"4.8.3","typedoc":"0.23.15","eslint":"8.24.0"}
|
||||||
2022-09-25 10:14:55 [36mINFO: [39m Build: {"profile":"production","steps":["clean","compile","typings","typedoc","lint","changelog"]}
|
2022-09-27 11:51:20 [36mINFO: [39m Build: {"profile":"production","steps":["clean","compile","typings","typedoc","lint","changelog"]}
|
||||||
2022-09-25 10:14:55 [35mSTATE:[39m Clean: {"locations":["dist/*","types/lib/*","typedoc/*"]}
|
2022-09-27 11:51:20 [35mSTATE:[39m Clean: {"locations":["dist/*","types/lib/*","typedoc/*"]}
|
||||||
2022-09-25 10:14:55 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":159,"outputBytes":608}
|
2022-09-27 11:51:20 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":159,"outputBytes":608}
|
||||||
2022-09-25 10:14:55 [35mSTATE:[39m Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":75,"inputBytes":658536,"outputBytes":309564}
|
2022-09-27 11:51:20 [35mSTATE:[39m Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":75,"inputBytes":658536,"outputBytes":309564}
|
||||||
2022-09-25 10:14:55 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":167,"outputBytes":612}
|
2022-09-27 11:51:20 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":167,"outputBytes":612}
|
||||||
2022-09-25 10:14:55 [35mSTATE:[39m Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":75,"inputBytes":658540,"outputBytes":309568}
|
2022-09-27 11:51:20 [35mSTATE:[39m Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":75,"inputBytes":658540,"outputBytes":309568}
|
||||||
2022-09-25 10:14:55 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":206,"outputBytes":664}
|
2022-09-27 11:51:20 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":206,"outputBytes":664}
|
||||||
2022-09-25 10:14:55 [35mSTATE:[39m Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":75,"inputBytes":658592,"outputBytes":309618}
|
2022-09-27 11:51:20 [35mSTATE:[39m Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":75,"inputBytes":658592,"outputBytes":309618}
|
||||||
2022-09-25 10:14:55 [35mSTATE:[39m Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1125,"outputBytes":358}
|
2022-09-27 11:51:20 [35mSTATE:[39m Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1125,"outputBytes":358}
|
||||||
2022-09-25 10:14:55 [35mSTATE:[39m Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":1088,"outputBytes":583}
|
2022-09-27 11:51:20 [35mSTATE:[39m Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":1088,"outputBytes":583}
|
||||||
2022-09-25 10:14:55 [35mSTATE:[39m Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":75,"inputBytes":658511,"outputBytes":308423}
|
2022-09-27 11:51:20 [35mSTATE:[39m Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":75,"inputBytes":658511,"outputBytes":308423}
|
||||||
2022-09-25 10:14:55 [35mSTATE:[39m Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":11,"inputBytes":1344,"outputBytes":2821914}
|
2022-09-27 11:51:20 [35mSTATE:[39m Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":11,"inputBytes":1344,"outputBytes":2821914}
|
||||||
2022-09-25 10:14:55 [35mSTATE:[39m Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":75,"inputBytes":3479842,"outputBytes":1688553}
|
2022-09-27 11:51:20 [35mSTATE:[39m Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":75,"inputBytes":3479842,"outputBytes":1688553}
|
||||||
2022-09-25 10:14:56 [35mSTATE:[39m Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":75,"inputBytes":3479842,"outputBytes":3110385}
|
2022-09-27 11:51:21 [35mSTATE:[39m Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":75,"inputBytes":3479842,"outputBytes":3110385}
|
||||||
2022-09-25 10:15:00 [35mSTATE:[39m Typings: {"input":"src/human.ts","output":"types/lib","files":15}
|
2022-09-27 11:51:25 [35mSTATE:[39m Typings: {"input":"src/human.ts","output":"types/lib","files":15}
|
||||||
2022-09-25 10:15:02 [35mSTATE:[39m TypeDoc: {"input":"src/human.ts","output":"typedoc","objects":77,"generated":true}
|
2022-09-27 11:51:27 [35mSTATE:[39m TypeDoc: {"input":"src/human.ts","output":"typedoc","objects":77,"generated":true}
|
||||||
2022-09-25 10:15:02 [35mSTATE:[39m Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":6714,"outputBytes":3134}
|
2022-09-27 11:51:27 [35mSTATE:[39m Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":6714,"outputBytes":3134}
|
||||||
2022-09-25 10:15:02 [35mSTATE:[39m Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":17155,"outputBytes":9175}
|
2022-09-27 11:51:27 [35mSTATE:[39m Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":17155,"outputBytes":9175}
|
||||||
2022-09-25 10:15:13 [35mSTATE:[39m Lint: {"locations":["*.json","src/**/*.ts","test/**/*.js","demo/**/*.js"],"files":110,"errors":0,"warnings":0}
|
2022-09-27 11:51:38 [35mSTATE:[39m Lint: {"locations":["*.json","src/**/*.ts","test/**/*.js","demo/**/*.js"],"files":110,"errors":0,"warnings":0}
|
||||||
2022-09-25 10:15:14 [35mSTATE:[39m ChangeLog: {"repository":"https://github.com/vladmandic/human","branch":"main","output":"CHANGELOG.md"}
|
2022-09-27 11:51:38 [35mSTATE:[39m ChangeLog: {"repository":"https://github.com/vladmandic/human","branch":"main","output":"CHANGELOG.md"}
|
||||||
2022-09-25 10:15:14 [35mSTATE:[39m Copy: {"input":"tfjs/tfjs.esm.d.ts"}
|
2022-09-27 11:51:38 [35mSTATE:[39m Copy: {"input":"tfjs/tfjs.esm.d.ts"}
|
||||||
2022-09-25 10:15:14 [36mINFO: [39m Done...
|
2022-09-27 11:51:38 [36mINFO: [39m Done...
|
||||||
2022-09-25 10:15:14 [35mSTATE:[39m API-Extractor: {"succeeeded":true,"errors":0,"warnings":193}
|
2022-09-27 11:51:39 [35mSTATE:[39m API-Extractor: {"succeeeded":true,"errors":0,"warnings":193}
|
||||||
2022-09-25 10:15:14 [35mSTATE:[39m Copy: {"input":"types/human.d.ts"}
|
2022-09-27 11:51:39 [35mSTATE:[39m Copy: {"input":"types/human.d.ts"}
|
||||||
2022-09-25 10:15:14 [36mINFO: [39m Analyze models: {"folders":8,"result":"models/models.json"}
|
2022-09-27 11:51:39 [36mINFO: [39m Analyze models: {"folders":8,"result":"models/models.json"}
|
||||||
2022-09-25 10:15:14 [35mSTATE:[39m Models {"folder":"./models","models":13}
|
2022-09-27 11:51:39 [35mSTATE:[39m Models {"folder":"./models","models":13}
|
||||||
2022-09-25 10:15:14 [35mSTATE:[39m Models {"folder":"../human-models/models","models":42}
|
2022-09-27 11:51:39 [35mSTATE:[39m Models {"folder":"../human-models/models","models":42}
|
||||||
2022-09-25 10:15:14 [35mSTATE:[39m Models {"folder":"../blazepose/model/","models":4}
|
2022-09-27 11:51:39 [35mSTATE:[39m Models {"folder":"../blazepose/model/","models":4}
|
||||||
2022-09-25 10:15:14 [35mSTATE:[39m Models {"folder":"../anti-spoofing/model","models":1}
|
2022-09-27 11:51:39 [35mSTATE:[39m Models {"folder":"../anti-spoofing/model","models":1}
|
||||||
2022-09-25 10:15:14 [35mSTATE:[39m Models {"folder":"../efficientpose/models","models":3}
|
2022-09-27 11:51:39 [35mSTATE:[39m Models {"folder":"../efficientpose/models","models":3}
|
||||||
2022-09-25 10:15:14 [35mSTATE:[39m Models {"folder":"../insightface/models","models":5}
|
2022-09-27 11:51:39 [35mSTATE:[39m Models {"folder":"../insightface/models","models":5}
|
||||||
2022-09-25 10:15:14 [35mSTATE:[39m Models {"folder":"../movenet/models","models":3}
|
2022-09-27 11:51:39 [35mSTATE:[39m Models {"folder":"../movenet/models","models":3}
|
||||||
2022-09-25 10:15:14 [35mSTATE:[39m Models {"folder":"../nanodet/models","models":4}
|
2022-09-27 11:51:39 [35mSTATE:[39m Models {"folder":"../nanodet/models","models":4}
|
||||||
2022-09-25 10:15:15 [35mSTATE:[39m Models: {"count":57,"totalSize":383017442}
|
2022-09-27 11:51:40 [35mSTATE:[39m Models: {"count":57,"totalSize":383017442}
|
||||||
2022-09-25 10:15:15 [36mINFO: [39m Human Build complete... {"logFile":"test/build.log"}
|
2022-09-27 11:51:40 [36mINFO: [39m Human Build complete... {"logFile":"test/build.log"}
|
||||||
|
|
Loading…
Reference in New Issue