Skip to content

Commit c8571ad

Browse files
committed
add movenet-multipose workaround
1 parent cca0102 commit c8571ad

File tree

14 files changed

+73
-113
lines changed

14 files changed

+73
-113
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Changelog
1111

12-
### **HEAD -> main** 2023/02/10 mandic00@live.com
12+
### **HEAD -> main** 2023/02/13 mandic00@live.com
1313

1414
- add face.detector.minsize configurable setting
1515
- add affectnet

TODO.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@
22

33
## Work-in-Progress
44

5-
6-
<hr><br>
7-
8-
## Exploring
9-
10-
- **Optical flow** for intelligent temporal interpolation
11-
<https://docs.opencv.org/3.3.1/db/d7f/tutorial_js_lucas_kanade.html>
12-
- **CLAHE** advanced histogram equalization for optimization of badly lit scenes
13-
- **TFLite** models
14-
<https://js.tensorflow.org/api_tflite/0.0.1-alpha.4/>
15-
- **Principal Components Analysis** for reduction of descriptor complexity
16-
<https://github.com/vladmandic/human-match/blob/main/src/pca.js>
17-
- **Temporal guidance** for face/body segmentation
18-
<https://github.com/PeterL1n/RobustVideoMatting>
19-
205
<hr><br>
216

227
## Known Issues & Limitations
@@ -31,6 +16,10 @@ No issues with default model `FaceMesh`
3116
`NanoDet` model is not supported when using `WASM` backend due to missing kernel op in **TFJS**
3217
No issues with default model `MB3-CenterNet`
3318

19+
## Body Detection using MoveNet-MultiPose
20+
21+
Model does not return valid detection scores (all other functionality is not impacted)
22+
3423
### WebGPU
3524

3625
Experimental support only until support is officially added in Chromium
@@ -47,6 +36,10 @@ Enable via `about:config` -> `gfx.offscreencanvas.enabled`
4736
No support for running in **web workers** as Safari still does not support `OffscreenCanvas`
4837
[Details](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas#browser_compatibility)
4938

39+
## React-Native
40+
41+
`Human` support for **React-Native** is best-effort, but not part of the main development focus
42+
5043
<hr><br>
5144

5245
## Pending Release Changes

demo/typescript/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)