HyperPose icon indicating copy to clipboard operation
HyperPose copied to clipboard

Can't run demo for video with python

Open AmrutaAnalytics opened this issue 4 years ago • 8 comments

I am trying to implement hyperpose on google colab, I have successfully installed python libraries mentioned here. I want to run a demo on video using python. I have also tried "Predict a video using Operator API" section . How to get the hyperpose-cli? Is there any way we can run demo using python?

AmrutaAnalytics avatar Dec 01 '20 05:12 AmrutaAnalytics

@AmrutaAnalytics Then you need to compile the C++ source files for it. In our project, we use python for development and c++ for deployment.

ganler avatar Dec 07 '20 10:12 ganler

Thank you for the response. I tried doing C++ installation but the docker is not well supported in google colab hence unable to run even "docker pull tensorlayer/hyperpose" in colab, also this is the first time I am using docker thus it would be great if you can guide in this regard.

amrutahebli avatar Dec 10 '20 05:12 amrutahebli

@amrutahebli Did you get any solution for your problem? I am also facing the same issue

bhumikasinghrk avatar Jan 08 '21 09:01 bhumikasinghrk

@amrutahebli could you go in details on how did you install the prerequisites for this project on collab ?

SaadTazroute avatar Jul 19 '21 09:07 SaadTazroute

我也想知道答案,我只想运行py文件得到测试效果希望官方能改进呀

wangbaoyi avatar Sep 23 '21 00:09 wangbaoyi

Hello! @AmrutaAnalytics @amrutahebli @bhumikasinghrk @wangbaoyi Sorry to response so late. Currently the newest python demo at python_demo.py could only perform image forwarding demo in python. But it's very easy to adapt it to make it work on videos. I'll add this feature in the comming commit soon :).

Gyx-One avatar Nov 13 '21 10:11 Gyx-One

Hello! @SaadTazroute simply follow the quick start here will work :).

Gyx-One avatar Nov 13 '21 10:11 Gyx-One

thank you @Gyx-One

SaadTazroute avatar Nov 29 '21 13:11 SaadTazroute