From bd3297f4cc13829eb355a56eeec47c3de1ebff89 Mon Sep 17 00:00:00 2001 From: AI Sangam <35392729+AISangam@users.noreply.github.com> Date: Sat, 3 Aug 2019 12:34:26 +0530 Subject: [PATCH 1/2] Update README.md Video guide link added. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4cfaf80..fc17f4e 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ This port and my work is in no way related to Google. The Python conversion code that started me on my way was adapted from the CoreML port at https://github.com/infocom-tpo/PoseNet-CoreML +### Video Guides: +-[Real time Pose Estimation in Video using Posenet using Deep Learning](https://youtu.be/B_9CcxnH2do?list=PLCK5Mm9zwPkEhwu2OOw2CgO5ikoLdR36l). For freezed model conversion in IR model and real-time prediction + + ### TODO (someday, maybe) * More stringent verification of correctness against the original implementation * Performance improvements (especially edge loops in 'decode.py') From 91c69632383f7096a9d3d55c98d8cf6cc967683b Mon Sep 17 00:00:00 2001 From: AI Sangam <35392729+AISangam@users.noreply.github.com> Date: Sat, 3 Aug 2019 12:36:01 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc17f4e..de010de 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ This port and my work is in no way related to Google. The Python conversion code that started me on my way was adapted from the CoreML port at https://github.com/infocom-tpo/PoseNet-CoreML ### Video Guides: --[Real time Pose Estimation in Video using Posenet using Deep Learning](https://youtu.be/B_9CcxnH2do?list=PLCK5Mm9zwPkEhwu2OOw2CgO5ikoLdR36l). For freezed model conversion in IR model and real-time prediction +-[Real time Pose Estimation in Video using Posenet using Deep Learning](https://youtu.be/B_9CcxnH2do?list=PLCK5Mm9zwPkEhwu2OOw2CgO5ikoLdR36l). Help to execute codes using video demonstration. ### TODO (someday, maybe)