experimental custom tfjs bundle - disabled

pull/280/head
Vladimir Mandic 2021-09-14 20:07:08 -04:00
parent 5916396d48
commit 86506b8b8c
4 changed files with 9 additions and 4 deletions

View File

@ -65,7 +65,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) ap
## Additional notes ## Additional notes
- [**Notes on Backends**](https://github.com/vladmandic/human/wiki/Backends) - [**Comparing Backends**](https://github.com/vladmandic/human/wiki/Backends)
- [**Development Server**](https://github.com/vladmandic/human/wiki/Development-Server) - [**Development Server**](https://github.com/vladmandic/human/wiki/Development-Server)
- [**Build Process**](https://github.com/vladmandic/human/wiki/Build-Process) - [**Build Process**](https://github.com/vladmandic/human/wiki/Build-Process)
- [**Adding Custom Modules**](https://github.com/vladmandic/human/wiki/Module) - [**Adding Custom Modules**](https://github.com/vladmandic/human/wiki/Module)

View File

@ -6,9 +6,8 @@ WebGL shader optimizations for faster load and initial detection
- Implement WebGL uniforms for shaders: <https://github.com/tensorflow/tfjs/issues/5205> - Implement WebGL uniforms for shaders: <https://github.com/tensorflow/tfjs/issues/5205>
- Fix shader packing: <https://github.com/tensorflow/tfjs/issues/5343> - Fix shader packing: <https://github.com/tensorflow/tfjs/issues/5343>
- Refactor Human as multiple partial class
- Refactor ImageFX as ESM - Refactor ImageFX as ESM
- Implement generic model validation - Benchmark WGSL for WebGPU
<br> <br>

View File

@ -73,7 +73,7 @@
"@vladmandic/pilogger": "^0.3.1", "@vladmandic/pilogger": "^0.3.1",
"canvas": "^2.8.0", "canvas": "^2.8.0",
"dayjs": "^1.10.7", "dayjs": "^1.10.7",
"esbuild": "^0.12.27", "esbuild": "^0.12.28",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2", "eslint-plugin-import": "^2.24.2",

6
tfjs/tf-custom.ts Normal file
View File

@ -0,0 +1,6 @@
/**
* Creates tfjs bundle used by Human browser build target
* @external
*/
export * from '../assets/tfjs.esm.js';