mirror of https://github.com/vladmandic/human
update typedocs
parent
0d7f2ba147
commit
a0563a3b91
|
@ -9,12 +9,12 @@
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> main** 2022/10/17 mandic00@live.com
|
||||
### **HEAD -> main** 2022/10/18 mandic00@live.com
|
||||
|
||||
- add draw label templates
|
||||
- reduce dev dependencies
|
||||
- tensor rank strong typechecks
|
||||
|
||||
### **origin/main** 2022/10/13 mandic00@live.com
|
||||
|
||||
- rebuild dependencies
|
||||
|
||||
### **release: 2.11.1** 2022/10/09 mandic00@live.com
|
||||
|
||||
|
|
16
package.json
16
package.json
|
@ -68,7 +68,7 @@
|
|||
"devDependencies": {
|
||||
"@html-eslint/eslint-plugin": "^0.15.0",
|
||||
"@html-eslint/parser": "^0.15.0",
|
||||
"@microsoft/api-extractor": "^7.33.2",
|
||||
"@microsoft/api-extractor": "^7.33.4",
|
||||
"@tensorflow/tfjs-backend-cpu": "^4.0.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^4.0.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^4.0.0",
|
||||
|
@ -77,25 +77,25 @@
|
|||
"@tensorflow/tfjs-core": "^4.0.0",
|
||||
"@tensorflow/tfjs-node": "^4.0.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^4.0.0",
|
||||
"@types/node": "^18.11.0",
|
||||
"@types/node": "^18.11.4",
|
||||
"@types/offscreencanvas": "^2019.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
||||
"@typescript-eslint/parser": "^5.40.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
||||
"@typescript-eslint/parser": "^5.41.0",
|
||||
"@vladmandic/build": "^0.7.14",
|
||||
"@vladmandic/pilogger": "^0.4.6",
|
||||
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
||||
"canvas": "^2.10.1",
|
||||
"esbuild": "^0.15.11",
|
||||
"eslint": "8.25.0",
|
||||
"esbuild": "^0.15.12",
|
||||
"eslint": "8.26.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-html": "^7.1.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^6.1.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"tslib": "^2.4.0",
|
||||
"typedoc": "0.23.16",
|
||||
"typedoc": "0.23.18",
|
||||
"typescript": "4.8.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,40 +1,40 @@
|
|||
2022-10-18 10:18:08 [32mDATA: [39m Build {"name":"@vladmandic/human","version":"3.0.0"}
|
||||
2022-10-18 10:18:08 [36mINFO: [39m Application: {"name":"@vladmandic/human","version":"3.0.0"}
|
||||
2022-10-18 10:18:08 [36mINFO: [39m Environment: {"profile":"production","config":".build.json","package":"package.json","tsconfig":true,"eslintrc":true,"git":true}
|
||||
2022-10-18 10:18:08 [36mINFO: [39m Toolchain: {"build":"0.7.14","esbuild":"0.15.11","typescript":"4.8.4","typedoc":"0.23.16","eslint":"8.25.0"}
|
||||
2022-10-18 10:18:08 [36mINFO: [39m Build: {"profile":"production","steps":["clean","compile","typings","typedoc","lint","changelog"]}
|
||||
2022-10-18 10:18:08 [35mSTATE:[39m Clean: {"locations":["dist/*","types/*","typedoc/*"]}
|
||||
2022-10-18 10:18:09 [35mSTATE:[39m Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1289,"outputBytes":361}
|
||||
2022-10-18 10:18:09 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":569,"outputBytes":924}
|
||||
2022-10-18 10:18:09 [35mSTATE:[39m Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":79,"inputBytes":672207,"outputBytes":316305}
|
||||
2022-10-18 10:18:09 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":577,"outputBytes":928}
|
||||
2022-10-18 10:18:09 [35mSTATE:[39m Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":79,"inputBytes":672211,"outputBytes":316309}
|
||||
2022-10-18 10:18:09 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":665,"outputBytes":1876}
|
||||
2022-10-18 10:18:09 [35mSTATE:[39m Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":79,"inputBytes":673159,"outputBytes":316420}
|
||||
2022-10-18 10:18:09 [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":1375,"outputBytes":670}
|
||||
2022-10-18 10:18:09 [35mSTATE:[39m Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":79,"inputBytes":671953,"outputBytes":314910}
|
||||
2022-10-18 10:18:09 [35mSTATE:[39m Compile: {"name":"tfjs/browser/esm/bundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":10,"inputBytes":1375,"outputBytes":1144854}
|
||||
2022-10-18 10:18:09 [35mSTATE:[39m Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":79,"inputBytes":1816137,"outputBytes":1456384}
|
||||
2022-10-18 10:18:09 [35mSTATE:[39m Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":79,"inputBytes":1816137,"outputBytes":1913669}
|
||||
2022-10-18 10:18:13 [35mSTATE:[39m Typings: {"input":"src/human.ts","output":"types/lib","files":15}
|
||||
2022-10-18 10:18:15 [35mSTATE:[39m TypeDoc: {"input":"src/human.ts","output":"typedoc","objects":76,"generated":true}
|
||||
2022-10-18 10:18:15 [35mSTATE:[39m Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5936,"outputBytes":2867}
|
||||
2022-10-18 10:18:15 [35mSTATE:[39m Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":17134,"outputBytes":9181}
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m Lint: {"locations":["*.json","src/**/*.ts","test/**/*.js","demo/**/*.js"],"files":116,"errors":0,"warnings":0}
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m ChangeLog: {"repository":"https://github.com/vladmandic/human","branch":"main","output":"CHANGELOG.md"}
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m Copy: {"input":"src/tfjs","output":"dist/tfjs.esm.d.ts"}
|
||||
2022-10-18 10:18:24 [36mINFO: [39m Done...
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m API-Extractor: {"succeeeded":true,"errors":0,"warnings":195}
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m Filter: {"input":"types/human.d.ts"}
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m Link: {"input":"types/human.d.ts"}
|
||||
2022-10-18 10:18:24 [36mINFO: [39m Analyze models: {"folders":8,"result":"models/models.json"}
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m Models {"folder":"./models","models":12}
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m Models {"folder":"../human-models/models","models":43}
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m Models {"folder":"../blazepose/model/","models":4}
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m Models {"folder":"../anti-spoofing/model","models":1}
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m Models {"folder":"../efficientpose/models","models":3}
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m Models {"folder":"../insightface/models","models":5}
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m Models {"folder":"../movenet/models","models":3}
|
||||
2022-10-18 10:18:24 [35mSTATE:[39m Models {"folder":"../nanodet/models","models":4}
|
||||
2022-10-18 10:18:25 [35mSTATE:[39m Models: {"count":58,"totalSize":386543911}
|
||||
2022-10-18 10:18:25 [36mINFO: [39m Human Build complete... {"logFile":"test/build.log"}
|
||||
2022-10-24 15:33:37 [32mDATA: [39m Build {"name":"@vladmandic/human","version":"3.0.0"}
|
||||
2022-10-24 15:33:37 [36mINFO: [39m Application: {"name":"@vladmandic/human","version":"3.0.0"}
|
||||
2022-10-24 15:33:37 [36mINFO: [39m Environment: {"profile":"production","config":".build.json","package":"package.json","tsconfig":true,"eslintrc":true,"git":true}
|
||||
2022-10-24 15:33:37 [36mINFO: [39m Toolchain: {"build":"0.7.14","esbuild":"0.15.12","typescript":"4.8.4","typedoc":"0.23.18","eslint":"8.26.0"}
|
||||
2022-10-24 15:33:37 [36mINFO: [39m Build: {"profile":"production","steps":["clean","compile","typings","typedoc","lint","changelog"]}
|
||||
2022-10-24 15:33:37 [35mSTATE:[39m Clean: {"locations":["dist/*","types/*","typedoc/*"]}
|
||||
2022-10-24 15:33:37 [35mSTATE:[39m Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1289,"outputBytes":361}
|
||||
2022-10-24 15:33:37 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":569,"outputBytes":924}
|
||||
2022-10-24 15:33:37 [35mSTATE:[39m Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":79,"inputBytes":672207,"outputBytes":316303}
|
||||
2022-10-24 15:33:37 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":577,"outputBytes":928}
|
||||
2022-10-24 15:33:37 [35mSTATE:[39m Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":79,"inputBytes":672211,"outputBytes":316307}
|
||||
2022-10-24 15:33:37 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":665,"outputBytes":1876}
|
||||
2022-10-24 15:33:37 [35mSTATE:[39m Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":79,"inputBytes":673159,"outputBytes":316418}
|
||||
2022-10-24 15:33:37 [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":1375,"outputBytes":670}
|
||||
2022-10-24 15:33:37 [35mSTATE:[39m Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":79,"inputBytes":671953,"outputBytes":314908}
|
||||
2022-10-24 15:33:37 [35mSTATE:[39m Compile: {"name":"tfjs/browser/esm/bundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":10,"inputBytes":1375,"outputBytes":1144900}
|
||||
2022-10-24 15:33:38 [35mSTATE:[39m Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":79,"inputBytes":1816183,"outputBytes":1456466}
|
||||
2022-10-24 15:33:38 [35mSTATE:[39m Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":79,"inputBytes":1816183,"outputBytes":1913830}
|
||||
2022-10-24 15:33:42 [35mSTATE:[39m Typings: {"input":"src/human.ts","output":"types/lib","files":15}
|
||||
2022-10-24 15:33:44 [35mSTATE:[39m TypeDoc: {"input":"src/human.ts","output":"typedoc","objects":76,"generated":true}
|
||||
2022-10-24 15:33:44 [35mSTATE:[39m Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5936,"outputBytes":2867}
|
||||
2022-10-24 15:33:44 [35mSTATE:[39m Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":17134,"outputBytes":9181}
|
||||
2022-10-24 15:33:52 [35mSTATE:[39m Lint: {"locations":["*.json","src/**/*.ts","test/**/*.js","demo/**/*.js"],"files":116,"errors":0,"warnings":0}
|
||||
2022-10-24 15:33:52 [35mSTATE:[39m ChangeLog: {"repository":"https://github.com/vladmandic/human","branch":"main","output":"CHANGELOG.md"}
|
||||
2022-10-24 15:33:52 [35mSTATE:[39m Copy: {"input":"src/tfjs","output":"dist/tfjs.esm.d.ts"}
|
||||
2022-10-24 15:33:52 [36mINFO: [39m Done...
|
||||
2022-10-24 15:33:53 [35mSTATE:[39m API-Extractor: {"succeeeded":true,"errors":0,"warnings":195}
|
||||
2022-10-24 15:33:53 [35mSTATE:[39m Filter: {"input":"types/human.d.ts"}
|
||||
2022-10-24 15:33:53 [35mSTATE:[39m Link: {"input":"types/human.d.ts"}
|
||||
2022-10-24 15:33:53 [36mINFO: [39m Analyze models: {"folders":8,"result":"models/models.json"}
|
||||
2022-10-24 15:33:53 [35mSTATE:[39m Models {"folder":"./models","models":12}
|
||||
2022-10-24 15:33:53 [35mSTATE:[39m Models {"folder":"../human-models/models","models":43}
|
||||
2022-10-24 15:33:53 [35mSTATE:[39m Models {"folder":"../blazepose/model/","models":4}
|
||||
2022-10-24 15:33:53 [35mSTATE:[39m Models {"folder":"../anti-spoofing/model","models":1}
|
||||
2022-10-24 15:33:53 [35mSTATE:[39m Models {"folder":"../efficientpose/models","models":3}
|
||||
2022-10-24 15:33:53 [35mSTATE:[39m Models {"folder":"../insightface/models","models":5}
|
||||
2022-10-24 15:33:53 [35mSTATE:[39m Models {"folder":"../movenet/models","models":3}
|
||||
2022-10-24 15:33:53 [35mSTATE:[39m Models {"folder":"../nanodet/models","models":4}
|
||||
2022-10-24 15:33:53 [35mSTATE:[39m Models: {"count":58,"totalSize":386543911}
|
||||
2022-10-24 15:33:53 [36mINFO: [39m Human Build complete... {"logFile":"test/build.log"}
|
||||
|
|
Loading…
Reference in New Issue