Code Monkey home page Code Monkey logo

Comments (1)

akashsengupta1997 avatar akashsengupta1997 commented on August 16, 2024

Hi,

3D SMPL joint locations in the world coordinate system can be obtained from the SMPL model output by doing

pred_joints_mode = pred_smpl_output_mode.joints  # (1, 90, 3)

similar to Line 112 in predict_poseMF_shapeGaussian_net.py.

The SMPL skeleton joints are specifically the first 24 joints out of the 90 joints which are output by the SMPL model in this repo.

To project the 3D joints from world coordinates onto the image plane, you need to define a camera in SMPL world coordinates. There is an example of this in the training script train_poseMF_shapeGaussian_net.py, line 175. This will involve rotating + translating the 3D joints according to the camera extrinsics, then perspective-projecting using the intrinsics.

from hierarchicalprobabilistic3dhuman.

Related Issues (16)

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.