mirror of https://github.com/vladmandic/human
add backend initialization checks
parent
38714b023f
commit
eaba4d1d45
|
@ -9,9 +9,14 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### **HEAD -> main** 2021/08/12 mandic00@live.com
|
### **HEAD -> main** 2021/08/14 mandic00@live.com
|
||||||
|
|
||||||
|
|
||||||
|
### **origin/main** 2021/08/13 mandic00@live.com
|
||||||
|
|
||||||
|
- list detect cameras
|
||||||
|
- switch to async data reads
|
||||||
|
|
||||||
### **2.1.3** 2021/08/12 mandic00@live.com
|
### **2.1.3** 2021/08/12 mandic00@live.com
|
||||||
|
|
||||||
- fix centernet & update blazeface
|
- fix centernet & update blazeface
|
||||||
|
|
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
|
@ -1,22 +1,22 @@
|
||||||
2021-08-13 10:29:56 [36mINFO: [39m @vladmandic/human version 2.1.3
|
2021-08-14 11:16:37 [36mINFO: [39m @vladmandic/human version 2.1.3
|
||||||
2021-08-13 10:29:56 [36mINFO: [39m User: vlado Platform: linux Arch: x64 Node: v16.5.0
|
2021-08-14 11:16:37 [36mINFO: [39m User: vlado Platform: linux Arch: x64 Node: v16.5.0
|
||||||
2021-08-13 10:29:56 [36mINFO: [39m Toolchain: {"tfjs":"3.8.0","esbuild":"0.12.20","typescript":"4.3.5","typedoc":"0.21.5","eslint":"7.32.0"}
|
2021-08-14 11:16:37 [36mINFO: [39m Toolchain: {"tfjs":"3.8.0","esbuild":"0.12.20","typescript":"4.3.5","typedoc":"0.21.5","eslint":"7.32.0"}
|
||||||
2021-08-13 10:29:56 [36mINFO: [39m Clean: ["dist/*","types/*","typedoc/*"]
|
2021-08-14 11:16:37 [36mINFO: [39m Clean: ["dist/*","types/*","typedoc/*"]
|
||||||
2021-08-13 10:29:56 [36mINFO: [39m Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true}
|
2021-08-14 11:16:37 [36mINFO: [39m Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true}
|
||||||
2021-08-13 10:29:56 [35mSTATE:[39m target: node type: tfjs: {"imports":1,"importBytes":102,"outputBytes":1303,"outputFiles":"dist/tfjs.esm.js"}
|
2021-08-14 11:16:37 [35mSTATE:[39m target: node type: tfjs: {"imports":1,"importBytes":102,"outputBytes":1303,"outputFiles":"dist/tfjs.esm.js"}
|
||||||
2021-08-13 10:29:56 [35mSTATE:[39m target: node type: node: {"imports":42,"importBytes":436279,"outputBytes":377971,"outputFiles":"dist/human.node.js"}
|
2021-08-14 11:16:37 [35mSTATE:[39m target: node type: node: {"imports":42,"importBytes":437054,"outputBytes":378846,"outputFiles":"dist/human.node.js"}
|
||||||
2021-08-13 10:29:56 [35mSTATE:[39m target: nodeGPU type: tfjs: {"imports":1,"importBytes":110,"outputBytes":1311,"outputFiles":"dist/tfjs.esm.js"}
|
2021-08-14 11:16:37 [35mSTATE:[39m target: nodeGPU type: tfjs: {"imports":1,"importBytes":110,"outputBytes":1311,"outputFiles":"dist/tfjs.esm.js"}
|
||||||
2021-08-13 10:29:56 [35mSTATE:[39m target: nodeGPU type: node: {"imports":42,"importBytes":436287,"outputBytes":377975,"outputFiles":"dist/human.node-gpu.js"}
|
2021-08-14 11:16:37 [35mSTATE:[39m target: nodeGPU type: node: {"imports":42,"importBytes":437062,"outputBytes":378850,"outputFiles":"dist/human.node-gpu.js"}
|
||||||
2021-08-13 10:29:56 [35mSTATE:[39m target: nodeWASM type: tfjs: {"imports":1,"importBytes":149,"outputBytes":1378,"outputFiles":"dist/tfjs.esm.js"}
|
2021-08-14 11:16:37 [35mSTATE:[39m target: nodeWASM type: tfjs: {"imports":1,"importBytes":149,"outputBytes":1378,"outputFiles":"dist/tfjs.esm.js"}
|
||||||
2021-08-13 10:29:56 [35mSTATE:[39m target: nodeWASM type: node: {"imports":42,"importBytes":436354,"outputBytes":378047,"outputFiles":"dist/human.node-wasm.js"}
|
2021-08-14 11:16:37 [35mSTATE:[39m target: nodeWASM type: node: {"imports":42,"importBytes":437129,"outputBytes":378922,"outputFiles":"dist/human.node-wasm.js"}
|
||||||
2021-08-13 10:29:56 [35mSTATE:[39m target: browserNoBundle type: tfjs: {"imports":1,"importBytes":2168,"outputBytes":1242,"outputFiles":"dist/tfjs.esm.js"}
|
2021-08-14 11:16:37 [35mSTATE:[39m target: browserNoBundle type: tfjs: {"imports":1,"importBytes":2168,"outputBytes":1242,"outputFiles":"dist/tfjs.esm.js"}
|
||||||
2021-08-13 10:29:56 [35mSTATE:[39m target: browserNoBundle type: esm: {"imports":42,"importBytes":436218,"outputBytes":248008,"outputFiles":"dist/human.esm-nobundle.js"}
|
2021-08-14 11:16:37 [35mSTATE:[39m target: browserNoBundle type: esm: {"imports":42,"importBytes":436993,"outputBytes":248569,"outputFiles":"dist/human.esm-nobundle.js"}
|
||||||
2021-08-13 10:29:57 [35mSTATE:[39m target: browserBundle type: tfjs: {"modules":1170,"moduleBytes":4145868,"imports":7,"importBytes":2168,"outputBytes":2334701,"outputFiles":"dist/tfjs.esm.js"}
|
2021-08-14 11:16:38 [35mSTATE:[39m target: browserBundle type: tfjs: {"modules":1170,"moduleBytes":4145868,"imports":7,"importBytes":2168,"outputBytes":2334701,"outputFiles":"dist/tfjs.esm.js"}
|
||||||
2021-08-13 10:29:57 [35mSTATE:[39m target: browserBundle type: iife: {"imports":42,"importBytes":2769677,"outputBytes":1378450,"outputFiles":"dist/human.js"}
|
2021-08-14 11:16:38 [35mSTATE:[39m target: browserBundle type: iife: {"imports":42,"importBytes":2770452,"outputBytes":1378933,"outputFiles":"dist/human.js"}
|
||||||
2021-08-13 10:29:58 [35mSTATE:[39m target: browserBundle type: esm: {"imports":42,"importBytes":2769677,"outputBytes":1378442,"outputFiles":"dist/human.esm.js"}
|
2021-08-14 11:16:39 [35mSTATE:[39m target: browserBundle type: esm: {"imports":42,"importBytes":2770452,"outputBytes":1378925,"outputFiles":"dist/human.esm.js"}
|
||||||
2021-08-13 10:29:58 [36mINFO: [39m Running Linter: ["server/","src/","tfjs/","test/","demo/"]
|
2021-08-14 11:16:39 [36mINFO: [39m Running Linter: ["server/","src/","tfjs/","test/","demo/"]
|
||||||
2021-08-13 10:30:20 [36mINFO: [39m Linter complete: files: 75 errors: 0 warnings: 0
|
2021-08-14 11:17:01 [36mINFO: [39m Linter complete: files: 75 errors: 0 warnings: 0
|
||||||
2021-08-13 10:30:21 [36mINFO: [39m Generate ChangeLog: ["/home/vlado/dev/human/CHANGELOG.md"]
|
2021-08-14 11:17:01 [36mINFO: [39m Generate ChangeLog: ["/home/vlado/dev/human/CHANGELOG.md"]
|
||||||
2021-08-13 10:30:21 [36mINFO: [39m Generate Typings: ["src/human.ts"] outDir: ["types"]
|
2021-08-14 11:17:01 [36mINFO: [39m Generate Typings: ["src/human.ts"] outDir: ["types"]
|
||||||
2021-08-13 10:30:35 [36mINFO: [39m Generate TypeDocs: ["src/human.ts"] outDir: ["typedoc"]
|
2021-08-14 11:17:15 [36mINFO: [39m Generate TypeDocs: ["src/human.ts"] outDir: ["typedoc"]
|
||||||
2021-08-13 10:30:49 [36mINFO: [39m Documentation generated at /home/vlado/dev/human/typedoc 1
|
2021-08-14 11:17:28 [36mINFO: [39m Documentation generated at /home/vlado/dev/human/typedoc 1
|
||||||
|
|
|
@ -34,5 +34,14 @@ export declare class Pipeline {
|
||||||
iris: [number, number, number][];
|
iris: [number, number, number][];
|
||||||
};
|
};
|
||||||
getAdjustedIrisCoords(rawCoords: any, irisCoords: any, direction: any): any;
|
getAdjustedIrisCoords(rawCoords: any, irisCoords: any, direction: any): any;
|
||||||
predict(input: any, config: any): Promise<any>;
|
correctFaceRotation(config: any, box: any, input: any): any[];
|
||||||
|
augmentIris(rawCoords: any, face: any): Promise<any>;
|
||||||
|
predict(input: any, config: any): Promise<{
|
||||||
|
mesh: any;
|
||||||
|
box: any;
|
||||||
|
faceConfidence: any;
|
||||||
|
boxConfidence: any;
|
||||||
|
confidence: any;
|
||||||
|
image: any;
|
||||||
|
}[] | null>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue