pull/293/head
Vladimir Mandic 2022-01-08 12:43:44 -05:00
parent 60e13020ea
commit beafe9bfef
4 changed files with 13 additions and 8 deletions

View File

@ -9,10 +9,7 @@
## Changelog
### **HEAD -> main** 2022/01/01 mandic00@live.com
### **origin/main** 2021/12/31 mandic00@live.com
### **HEAD -> main** 2022/01/05 mandic00@live.com
- fix samples
- fix(src): typo

View File

@ -53,7 +53,8 @@ JavaScript module using TensorFlow/JS Machine Learning library
- **Multi-thread** [[*Live*]](https://vladmandic.github.io/human/demo/multithread/index.html) [[*Details*]](https://github.com/vladmandic/human/tree/main/demo/multithread): Runs each Human module in a separate web worker for highest possible performance
- **NextJS** [[*Live*]](https://vladmandic.github.io/human-next/out/index.html) [[*Details*]](https://github.com/vladmandic/human-next): Use Human with TypeScript, NextJS and ReactJS
- **3D Analysis** [[*Live*]](https://vladmandic.github.io/human-motion/src/index.html) [[*Details*]](https://github.com/vladmandic/human-motion): 3D tracking and visualization of heead, face, eye, body and hand
- **Virtual Avatar** [[*Live*]](https://vladmandic.github.io/human-vrm/src/human-vrm.html) [[*Details*]](https://github.com/vladmandic/human-vrm): VR model with head, face, eye, body and hand tracking
- **Avatar Bone Mapping** [[*Live*]](https://vladmandic.github.io/human-vrm/src/human-avatar.html) [[*Details*]](https://github.com/vladmandic/human-avatar): Human skeleton with full bone mapping using look and inverse kinematics controllers
- **Virtual Model Tracking** [[*Live*]](https://vladmandic.github.io/human-vrm/src/human-vrm.html) [[*Details*]](https://github.com/vladmandic/human-vrm): VR model with head, face, eye, body and hand tracking
### NodeJS Demos
@ -159,7 +160,14 @@ and optionally matches detected face with database of known people to guess thei
<br>
3. **VR Model Tracking:**
3. **Avatar Bone Mapping:**
> [human-avatar](https://github.com/vladmandic/human-avatar)
![Avatar](https://github.com/vladmandic/human-avatar/raw/main/assets/screenshot.jpg)
<br>
4. **VR Model Tracking:**
> [human-vrmmotion](https://github.com/vladmandic/human-vrm)
![VRM](https://github.com/vladmandic/human-vrm/raw/main/assets/human-vrm-screenshot.jpg)

View File

@ -53,7 +53,7 @@
"tensorflow"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.19.3",
"@microsoft/api-extractor": "^7.19.4",
"@tensorflow/tfjs": "^3.12.0",
"@tensorflow/tfjs-backend-cpu": "^3.12.0",
"@tensorflow/tfjs-backend-wasm": "^3.12.0",

2
wiki

@ -1 +1 @@
Subproject commit 8b60fcb8a81954427eaa6748ed8d1f8087240c22
Subproject commit 811b06ec406bfea770d2a548e7c69575d9cb9232