mirror of https://github.com/vladmandic/human
experimental custom tfjs bundle - disabled
parent
6eaea226da
commit
fae1e76af5
|
@ -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)
|
||||
|
|
3
TODO.md
3
TODO.md
|
@ -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>
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue