human/TODO.md

35 lines
663 B
Markdown
Raw Normal View History

2021-03-03 18:04:59 +01:00
# To-Do list for Human library
## Big Ticket Items
2021-04-19 17:36:44 +02:00
N/A
## Exploring Features
2021-04-23 00:39:29 +02:00
- Implement built-in input handler for `http:`, `https:`, `file:`
2021-04-19 17:36:44 +02:00
- Canvas.js for WASM on NodeJS
## Explore Models
2021-03-13 17:26:53 +01:00
- InsightFace
2021-04-19 17:36:44 +02:00
RetinaFace detector and ArcFace recognition
2021-03-13 17:26:53 +01:00
<https://github.com/deepinsight/insightface>
2021-04-19 17:36:44 +02:00
- Blazepose
Needs detector before running pose to center the image
2021-04-25 19:16:04 +02:00
## RC: 1.8
### Done
Configuration simplification:
2021-04-25 19:16:04 +02:00
replaced maxFaces, maxDetections, maxHands, maxResults with maxDetected
2021-04-25 19:16:04 +02:00
- Remove deallocate, profile, scoped
Build:
- Stop building sourcemaps for NodeJS deliverables
- Build NodeJS deliverables in non-minified form
2021-04-25 19:16:04 +02:00
### TBD