Coder Social home page Coder Social logo

PoseNet about 3dmppe_rootnet_release HOT 7 CLOSED

mks0601 avatar mks0601 commented on May 28, 2024
PoseNet

from 3dmppe_rootnet_release.

Comments (7)

mks0601 avatar mks0601 commented on May 28, 2024

https://github.com/mks0601/3DMPPE_POSENET_RELEASE

You can run the code with provided pre-trained model to get MPJPE.

from 3dmppe_rootnet_release.

surelyee avatar surelyee commented on May 28, 2024

@mks0601 thanks, i run the code of test.py and only get MRPE, why no MPJPE?
python test.py --gpu 0-1 --test_epoch 7 ; for h36m dataset

from 3dmppe_rootnet_release.

mks0601 avatar mks0601 commented on May 28, 2024

I think you ran RootNet

from 3dmppe_rootnet_release.

surelyee avatar surelyee commented on May 28, 2024

@mks0601 I am sorry, i can't find the .py file to test RootNet, and the RootNet is used in model.py, but it's result only is coord. the coord meaning maybe is the root of a person , the coord is (x,y,z) and the shape is (1,3), is not the 17*3 jonit of one person.
thanks.

from 3dmppe_rootnet_release.

mks0601 avatar mks0601 commented on May 28, 2024

Could you make it clear? Do you want RootNet or PoseNet? The RootNet localizes human root in camera-centered coordinate system. The output is (x,y,z) of human root joint, which means shape is (1,3). The PoseNet localizes human joints in root-relative coordinate system. The output is (x,y,z) of human joints, which means shape is (J,3).

from 3dmppe_rootnet_release.

mks0601 avatar mks0601 commented on May 28, 2024

For the RootNet, use this repo. For the PoseNet, use above link.

from 3dmppe_rootnet_release.

surelyee avatar surelyee commented on May 28, 2024

@mks0601 thank you very much!! this is my wrong for the name.........thanks for your patient answer.
thanks a lot.

from 3dmppe_rootnet_release.

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.