GithubHelp home page GithubHelp logo

Comments (8)

ganler avatar ganler commented on June 9, 2024 3

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.

from hyperpose.

zhanghongyong123456 avatar zhanghongyong123456 commented on June 9, 2024

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?

from hyperpose.

ganler avatar ganler commented on June 9, 2024

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

from hyperpose.

zhanghongyong123456 avatar zhanghongyong123456 commented on June 9, 2024

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

from hyperpose.

zhanghongyong123456 avatar zhanghongyong123456 commented on June 9, 2024

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 ,
Q1 :I want to modify the output format, what should I do, like openpose's output format json file (25 key points)
Q2:Is our key point detection consistent with the key point of openpose body 25 keypoint or 18coco keypoint?
image
image

from hyperpose.

ganler avatar ganler commented on June 9, 2024

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.

from hyperpose.

zhanghongyong123456 avatar zhanghongyong123456 commented on June 9, 2024

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

from hyperpose.

ganler avatar ganler commented on June 9, 2024

@zhanghongyong123456 See https://github.com/tensorlayer/hyperpose/blob/master/src/stream.cpp#L133

I would appreciate it if you can contribute a JSON writer.

from hyperpose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.