update
parent
e8301c5277
commit
20eb54beb4
|
@ -9,12 +9,12 @@
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> master** 2022/12/04 mandic00@live.com
|
||||
|
||||
|
||||
### **1.7.7** 2022/12/01 mandic00@live.com
|
||||
|
||||
|
||||
### **origin/master** 2022/11/12 mandic00@live.com
|
||||
|
||||
|
||||
### **1.7.6** 2022/10/18 mandic00@live.com
|
||||
|
||||
- fix face angles (yaw, pitch, & roll) accuracy (#130)
|
||||
|
|
|
@ -46,8 +46,8 @@ async function main() {
|
|||
.withAgeAndGender();
|
||||
tf.dispose(tensor); // dispose tensors to avoid memory leaks
|
||||
const t1 = performance.now();
|
||||
console.log('time', t1 - t0); // eslint-disable-line no-console
|
||||
console.log(result); // eslint-disable-line no-console
|
||||
console.log('Time', t1 - t0); // eslint-disable-line no-console
|
||||
console.log('Result', result); // eslint-disable-line no-console
|
||||
}
|
||||
|
||||
main();
|
||||
|
|
|
@ -61,8 +61,8 @@
|
|||
"@typescript-eslint/parser": "^5.45.0",
|
||||
"@vladmandic/build": "^0.7.14",
|
||||
"@vladmandic/pilogger": "^0.4.6",
|
||||
"esbuild": "^0.15.16",
|
||||
"eslint": "^8.28.0",
|
||||
"esbuild": "^0.15.17",
|
||||
"eslint": "^8.29.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
|
|
Loading…
Reference in New Issue