human/TODO.md

18 lines
481 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
## Work in Progress
2021-04-25 19:16:04 +02:00
2021-06-18 15:19:34 +02:00
- Modularize `detect` with class inheritance
- Modularize `warmup` with class inheritance
- Refactor `checkBackend` into `backend.check`
## Known Issues
2021-05-30 18:03:34 +02:00
2021-05-30 18:05:27 +02:00
- CenterNet with WASM: <https://github.com/tensorflow/tfjs/issues/5110>
- NanoDet with WASM: <https://github.com/tensorflow/tfjs/issues/4824>
2021-06-09 13:27:19 +02:00
- BlazeFace and HandPose rotation correction in NodeJS: <https://github.com/tensorflow/tfjs/issues/4066>