2021-03-03 18:04:59 +01:00
|
|
|
# To-Do list for Human library
|
|
|
|
|
2021-03-13 00:24:34 +01:00
|
|
|
## 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
|
2021-03-13 00:24:34 +01:00
|
|
|
|
|
|
|
## 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-03-13 00:24:34 +01:00
|
|
|
|
2021-04-25 19:16:04 +02:00
|
|
|
## RC: 1.8
|
|
|
|
|
|
|
|
### Done
|
|
|
|
|
2021-04-25 20:15:38 +02:00
|
|
|
Configuration simplification:
|
2021-04-25 19:16:04 +02:00
|
|
|
|
|
|
|
- Unified minConfidence and scoreThresdold as minConfidence
|
|
|
|
- Replaced nmsRadius with built-in default
|
|
|
|
- Replaced maxFaces, maxDetections, maxHands, maxResults with maxDetected
|
|
|
|
- Remove deallocate, profile, scoped
|
|
|
|
|
2021-04-25 20:15:38 +02:00
|
|
|
Build:
|
|
|
|
|
|
|
|
- Stop building sourcemaps for NodeJS deliverables
|
|
|
|
- Build NodeJS deliverables in non-minified form
|
2021-04-25 19:16:04 +02:00
|
|
|
|
|
|
|
### TBD
|
|
|
|
|
|
|
|
- Remove modelPaths
|
|
|
|
- NodeJS Exception handling
|