HyperPose
HyperPose copied to clipboard
Can't run demo for video with python
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 Then you need to compile the C++ source files for it. In our project, we use python for development and c++ for deployment.
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 Did you get any solution for your problem? I am also facing the same issue
@amrutahebli could you go in details on how did you install the prerequisites for this project on collab ?
我也想知道答案,我只想运行py文件得到测试效果希望官方能改进呀
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 :).
Hello! @SaadTazroute simply follow the quick start here will work :).
thank you @Gyx-One