docs: add a placeholder for human pose estimation project with the demo videos (ru) (#170)

* Add a placeholder for human pose estimation project with the demo videos in docs/ru

* Solve the errors of travis because of markdownlint
This commit is contained in:
Hany Hamed
2019-08-30 20:30:55 +03:00
committed by Oleg Kalachev
parent 67392a8f1e
commit 4acf45e97d
2 changed files with 17 additions and 0 deletions

View File

@@ -85,6 +85,7 @@
* [Подсчет количества объектов c камеры](object_counting.md)
* [Пульт на Андроид](android.md)
* [Блочный конструктор полета](clever_blocks.md)
* [Управление дроном для оценки позы человека](human_pose_estimation_drone_control.md)
## Учебник

View File

@@ -0,0 +1,16 @@
# Управление дроном для оценки позы человека
## Демонстрация
<iframe width="770" height="421" src="https://www.youtube.com/embed/ucPONeHg2lk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="853" height="480" src="https://www.youtube.com/embed/EDcTtPLxzoU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
## Ссылки на литературу
- [Руководство по оценке позы человека](https://blog.nanonets.com/human-pose-estimation-2d-guide/)
- [Умные беспилотники учебники](https://clever.copterexpress.com/en/)
- [Posnet GitHub РЕПО](https://github.com/tensorflow/tfjs-models/tree/master/posenet)
- [Posnet Medium артикул](https://medium.com/tensorflow/real-time-human-pose-estimation-in-the-browser-with-tensorflow-js-7dd0bc881cd5)
- [Tensorflow.js Демонстрация](https://www.tensorflow.org/js/demos)
- [Posenet обзор](https://www.tensorflow.org/lite/models/pose_estimation/overview)