update
parent
70991235df
commit
471ddb7549
112
CHANGELOG.md
112
CHANGELOG.md
|
@ -9,11 +9,11 @@
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> master** 2021/12/09 mandic00@live.com
|
||||
|
||||
|
||||
### **1.6.1** 2021/12/09 mandic00@live.com
|
||||
|
||||
|
||||
### **origin/master** 2021/12/06 mandic00@live.com
|
||||
|
||||
- rebuild
|
||||
- release preview
|
||||
- switch to custom tfjs and new typedefs
|
||||
|
@ -157,111 +157,61 @@
|
|||
|
||||
- add badges
|
||||
- optimize for npm
|
||||
|
||||
### **0.30.6** 2021/03/08 mandic00@live.com
|
||||
|
||||
- 0.30.6
|
||||
- added typings for face angle
|
||||
- disable landmark printing
|
||||
|
||||
### **0.30.5** 2021/03/07 mandic00@live.com
|
||||
|
||||
- 0.30.5
|
||||
- enabled live demo on gitpages
|
||||
|
||||
### **0.30.4** 2021/03/07 mandic00@live.com
|
||||
|
||||
- 0.30.4
|
||||
- added face angle calculations
|
||||
- added documentation
|
||||
- package update
|
||||
|
||||
### **0.30.3** 2021/03/04 mandic00@live.com
|
||||
|
||||
|
||||
### **0.30.2** 2021/02/26 mandic00@live.com
|
||||
|
||||
|
||||
### **0.30.1** 2021/02/25 mandic00@live.com
|
||||
|
||||
|
||||
### **0.13.3** 2021/02/21 mandic00@live.com
|
||||
|
||||
- 0.30.3
|
||||
- 0.30.2
|
||||
- 0.30.1
|
||||
- 0.13.3
|
||||
- added note-cpu target
|
||||
- merge pull request #39 from xemle/feature/node-cpu
|
||||
- add node-cpu build for non supported systems of libtensorflow
|
||||
|
||||
### **0.13.2** 2021/02/20 mandic00@live.com
|
||||
|
||||
|
||||
### **0.13.1** 2021/02/20 mandic00@live.com
|
||||
|
||||
|
||||
### **0.12.10** 2021/02/20 mandic00@live.com
|
||||
|
||||
- 0.13.2
|
||||
- 0.13.1
|
||||
- 0.12.10
|
||||
- exception handling
|
||||
- 0.12.9
|
||||
- exception handling
|
||||
- 0.12.8
|
||||
- exception handling
|
||||
|
||||
### **0.12.9** 2021/02/20 mandic00@live.com
|
||||
|
||||
|
||||
### **0.12.8** 2021/02/20 mandic00@live.com
|
||||
|
||||
|
||||
### **0.12.7** 2021/02/17 mandic00@live.com
|
||||
|
||||
- 0.12.7
|
||||
|
||||
### **0.12.6** 2021/02/13 mandic00@live.com
|
||||
|
||||
|
||||
### **0.12.5** 2021/02/12 mandic00@live.com
|
||||
|
||||
|
||||
### **0.12.4** 2021/02/06 mandic00@live.com
|
||||
|
||||
|
||||
### **0.12.3** 2021/02/06 mandic00@live.com
|
||||
|
||||
|
||||
### **0.12.2** 2021/02/02 mandic00@live.com
|
||||
|
||||
- 0.12.6
|
||||
- 0.12.5
|
||||
- 0.12.4
|
||||
- 0.12.3
|
||||
- 0.12.2
|
||||
|
||||
### **update for tfjs 3.0.0** 2021/01/29 mandic00@live.com
|
||||
|
||||
|
||||
### **0.12.1** 2021/01/29 mandic00@live.com
|
||||
|
||||
- 0.12.1
|
||||
- rebuild
|
||||
|
||||
### **0.11.6** 2021/01/24 mandic00@live.com
|
||||
|
||||
- 0.11.6
|
||||
- add check for null face descriptor
|
||||
- merge pull request #34 from patrickhulce/patch-1
|
||||
- fix: return empty descriptor for zero-sized faces
|
||||
|
||||
### **0.11.5** 2021/01/22 mandic00@live.com
|
||||
|
||||
|
||||
### **0.11.4** 2021/01/22 mandic00@live.com
|
||||
|
||||
|
||||
### **0.11.3** 2021/01/20 mandic00@live.com
|
||||
|
||||
- 0.11.5
|
||||
- 0.11.4
|
||||
- 0.11.3
|
||||
- fix typo
|
||||
- enable full minification
|
||||
|
||||
### **0.11.2** 2021/01/12 mandic00@live.com
|
||||
|
||||
- 0.11.2
|
||||
- full rebuild
|
||||
|
||||
### **0.11.1** 2021/01/10 mandic00@live.com
|
||||
|
||||
- 0.11.1
|
||||
- added live webcam demo
|
||||
|
||||
### **0.10.2** 2021/01/03 mandic00@live.com
|
||||
|
||||
- 0.10.2
|
||||
- ts linting
|
||||
- version bump
|
||||
|
||||
### **0.10.1** 2020/12/23 mandic00@live.com
|
||||
|
||||
- 0.10.1
|
||||
- full re-lint and typings generation
|
||||
- rebuild
|
||||
|
||||
|
|
16
package.json
16
package.json
|
@ -42,8 +42,7 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"@canvas/image": "^1.0.1",
|
||||
"@microsoft/api-extractor": "^7.19.1",
|
||||
"@tensorflow/tfjs": "^3.12.0",
|
||||
"@microsoft/api-extractor": "^7.19.2",
|
||||
"@tensorflow/tfjs-backend-cpu": "^3.12.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^3.12.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^3.12.0",
|
||||
|
@ -52,31 +51,32 @@
|
|||
"@tensorflow/tfjs-core": "^3.12.0",
|
||||
"@tensorflow/tfjs-data": "^3.12.0",
|
||||
"@tensorflow/tfjs-layers": "^3.12.0",
|
||||
"@tensorflow/tfjs-node": "^3.12.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.12.0",
|
||||
"@tensorflow/tfjs-node": "^3.12.0",
|
||||
"@tensorflow/tfjs": "^3.12.0",
|
||||
"@types/node": "^16.11.12",
|
||||
"@types/offscreencanvas": "^2019.6.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
||||
"@typescript-eslint/parser": "^5.6.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.7.0",
|
||||
"@typescript-eslint/parser": "^5.7.0",
|
||||
"@vladmandic/build": "^0.6.6",
|
||||
"@vladmandic/pilogger": "^0.3.5",
|
||||
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
||||
"canvas": "^2.8.0",
|
||||
"chokidar": "^3.5.2",
|
||||
"dayjs": "^1.10.7",
|
||||
"esbuild": "^0.14.2",
|
||||
"eslint": "^8.4.1",
|
||||
"esbuild": "^0.14.3",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.25.3",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^5.2.0",
|
||||
"eslint": "^8.4.1",
|
||||
"node-fetch": "^3.1.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"seedrandom": "^3.0.5",
|
||||
"simple-git": "^2.48.0",
|
||||
"tslib": "^2.3.1",
|
||||
"typedoc": "^0.22.10",
|
||||
"typescript": "4.5.2"
|
||||
"typescript": "4.5.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue