experimental custom tfjs bundle - disabled

pull/356/head
Vladimir Mandic 2021-09-14 20:07:08 -04:00
parent 6eaea226da
commit fae1e76af5
3 changed files with 3 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
- [**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)
- [**Build Process**](https://github.com/vladmandic/human/wiki/Build-Process)
- [**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>
- Fix shader packing: <https://github.com/tensorflow/tfjs/issues/5343>
- Refactor Human as multiple partial class
- Refactor ImageFX as ESM
- Implement generic model validation
- Benchmark WGSL for WebGPU
<br>

View File

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