-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I build it in WIN #377
Comments
We don't have official guidance to build it on windows. Though I knew that some users have built it on Windows since all of our codes are cross-platform. I would suggest you build it with WSL2 which will bring you a Linux environment so that you can simply follow the instructions from the tutorial. |
Thank you for your reply, how do I build locally on ubuntu 18.04 instead of using docker? |
https://hyperpose.readthedocs.io/en/latest/markdown/install/prediction.html#build-from-source |
Thank you for your prompt reply |
Yes, I built him on ubuntu18.04. Able to realize real-time processing of video streams,like this: ./hyperpose-cli --runtime=operator --source=../data/media/video.avi , |
we do 18 coco keypoints. Notably, when supporting openpifpaf, we convert its format to approximate 18 coco format. As for extending a Json output, you can modify the source codes in stream.(hpp or cpp) to add a new output operator. |
I tried it, but it didn't work,I would like to ask where to get the key point code, I am not very familiar with the code from C++, can you have detailed information and implementation examples,Looking forward to your reply |
@zhanghongyong123456 See https://github.com/tensorlayer/hyperpose/blob/master/src/stream.cpp#L133 I would appreciate it if you can contribute a JSON writer. |
I looked at several questions to try to use it in Win, but I didn't see if it was successful in Win, so I wanted to ask if it was possible to implement win build
The text was updated successfully, but these errors were encountered: