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-05-30 00:29:57 +02:00
|
|
|
- Implement demo as installable PWA with model caching
|
2021-05-30 18:03:34 +02:00
|
|
|
- Implement results interpolation on library level instead inside draw functions
|
2021-05-30 15:41:24 +02:00
|
|
|
- Switch to TypeScript 4.3
|
2021-05-30 18:05:27 +02:00
|
|
|
- Unify score/confidence variables
|
2021-03-13 00:24:34 +01:00
|
|
|
|
|
|
|
## Explore Models
|
|
|
|
|
2021-05-30 00:29:57 +02:00
|
|
|
- InsightFace: RetinaFace detector and ArcFace recognition: <https://github.com/deepinsight/insightface>
|
2021-03-13 00:24:34 +01:00
|
|
|
|
2021-04-25 20:32:55 +02:00
|
|
|
## In Progress
|
2021-04-25 19:16:04 +02:00
|
|
|
|
2021-05-30 18:03:34 +02:00
|
|
|
- Face rotation interpolation
|
|
|
|
- Object detection interpolation
|
|
|
|
|
|
|
|
## Issues
|
|
|
|
|
2021-05-30 18:05:27 +02:00
|
|
|
- CenterNet with WebGL: <https://github.com/tensorflow/tfjs/issues/5145>
|
|
|
|
- CenterNet with WASM: <https://github.com/tensorflow/tfjs/issues/5110>
|
|
|
|
- NanoDet with WASM: <https://github.com/tensorflow/tfjs/issues/4824>
|
2021-05-30 18:03:34 +02:00
|
|
|
- BlazeFace and HandPose rotation in NodeJS: <https://github.com/tensorflow/tfjs/issues/4066>
|
2021-05-30 18:05:27 +02:00
|
|
|
- TypeDoc with TypeScript 4.3: <https://github.com/TypeStrong/typedoc/issues/1589>
|