pull/186/head
Vladimir Mandic 2022-12-04 14:14:05 -05:00
parent e8301c5277
commit 20eb54beb4
3 changed files with 7 additions and 7 deletions

View File

@ -9,12 +9,12 @@
## Changelog ## Changelog
### **HEAD -> master** 2022/12/04 mandic00@live.com
### **1.7.7** 2022/12/01 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 ### **1.7.6** 2022/10/18 mandic00@live.com
- fix face angles (yaw, pitch, & roll) accuracy (#130) - fix face angles (yaw, pitch, & roll) accuracy (#130)

View File

@ -46,8 +46,8 @@ async function main() {
.withAgeAndGender(); .withAgeAndGender();
tf.dispose(tensor); // dispose tensors to avoid memory leaks tf.dispose(tensor); // dispose tensors to avoid memory leaks
const t1 = performance.now(); const t1 = performance.now();
console.log('time', t1 - t0); // eslint-disable-line no-console console.log('Time', t1 - t0); // eslint-disable-line no-console
console.log(result); // eslint-disable-line no-console console.log('Result', result); // eslint-disable-line no-console
} }
main(); main();

View File

@ -61,8 +61,8 @@
"@typescript-eslint/parser": "^5.45.0", "@typescript-eslint/parser": "^5.45.0",
"@vladmandic/build": "^0.7.14", "@vladmandic/build": "^0.7.14",
"@vladmandic/pilogger": "^0.4.6", "@vladmandic/pilogger": "^0.4.6",
"esbuild": "^0.15.16", "esbuild": "^0.15.17",
"eslint": "^8.28.0", "eslint": "^8.29.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0", "eslint-plugin-json": "^3.1.0",