From e1e5df546e4b2fe46e93019bfc7aa543f4050d7b Mon Sep 17 00:00:00 2001 From: Nikita Kiselov Date: Thu, 4 Mar 2021 17:31:57 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f94eeb2..1cd2b6e 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# tello-gesture-control \ No newline at end of file +# tello-gesture-control + +# TODO +- [ ] Motion gesture support (LSTM) +- [ ] Web UI for mobile on-device gesture control +- [ ] Add [Holistic model](https://google.github.io/mediapipe/solutions/holistic) support + +# Reference +* [MediaPipe](https://github.com/google/mediapipe) +* [MediaPipe Hand gesture recognition](https://github.com/Kazuhito00/hand-gesture-recognition-using-mediapipe) +* [Tello SDK python interface](https://github.com/damiafuentes/DJITelloPy) + +# Author +Nikita Kiselov(https://github.com/kinivi) + +# License +tello-gesture-control is under [Apache-2.0 License](LICENSE).