mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
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:
committed by
Oleg Kalachev
parent
67392a8f1e
commit
4acf45e97d
@@ -85,6 +85,7 @@
|
||||
* [Подсчет количества объектов c камеры](object_counting.md)
|
||||
* [Пульт на Андроид](android.md)
|
||||
* [Блочный конструктор полета](clever_blocks.md)
|
||||
* [Управление дроном для оценки позы человека](human_pose_estimation_drone_control.md)
|
||||
|
||||
## Учебник
|
||||
|
||||
|
||||
16
docs/ru/human_pose_estimation_drone_control.md
Normal file
16
docs/ru/human_pose_estimation_drone_control.md
Normal 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)
|
||||
Reference in New Issue
Block a user