human/TODO.md

29 lines
860 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-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
## Explore Models
2021-05-30 00:29:57 +02:00
- InsightFace: RetinaFace detector and ArcFace recognition: <https://github.com/deepinsight/insightface>
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
- 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>