# To-Do list for Human library
## Work-in-Progress
N/A
## Exploring
- **Optical flow** for intelligent temporal interpolation
- **CLAHE** advanced histogram equalization for optimization of badly lit scenes
- **TFLite** models
- **Principal Components Analysis** for reduction of descriptor complexity
- **Temporal guidance** for face/body segmentation
## Known Issues
### Face with Attention
`FaceMesh-Attention` is not supported in browser using `WASM` backend due to missing kernel op in **TFJS**
### Object Detection
`NanoDet` model is not supported in in browser using `WASM` backend due to missing kernel op in **TFJS**
### WebGPU
Experimental support only until support is officially added in Chromium
Enable via
### Firefox
Running in **web workers** requires `OffscreenCanvas` which is still disabled by default in **Firefox**
Enable via `about:config` -> `gfx.offscreencanvas.enabled`
## Pending Release Changes
- New methods [`human.webcam.*`](https://vladmandic.github.io/human/typedoc/classes/WebCam.html)
Directgly configures and controls WebCam streams
- New method [`human.video()`](https://vladmandic.github.io/human/typedoc/classes/Human.html#video)
Runs continous detection of an input video instead of processing each frame manually using `human.detect()`
- New simple demo [*Live*](https://vladmandic.github.io/human/demo/video/index.html)
Full HTML and JavaScript code in less than a screen
- New advanced demo using BabylonJS
- Enable model cache when using web workers
- Fix for `face.rotation` interpolation
- Improve NodeJS resolver when using ESM
- Update demo `demo/typescript`
- Update demo `demo/faceid`
- Update demo `demo/nodejs/process-folder.js`
and re-process `/samples`