Code Monkey home page Code Monkey logo

Comments (11)

mks0601 avatar mks0601 commented on July 17, 2024

The mesh vertices are obtained by forwarding SMPL parameters to SMPL layers.
For a new dataset, all you have to do is just making another data/$DB_NAME/$DB_NAME.py by refering another data/$DB_NAME/$DB_NAME.py

from i2l-meshnet_release.

lll-gen avatar lll-gen commented on July 17, 2024

thanks for you applyment!
there is another question,How is joint_cam obtained and what does it do

from i2l-meshnet_release.

pablovela5620 avatar pablovela5620 commented on July 17, 2024

joint_cam would be the camera coordinate system 3d joints given from whatever dataset you're using (Human3.6m, PW3d, etc..) so they're the ground truth labels. They can also be obtained via the forward pass of the network

from i2l-meshnet_release.

lll-gen avatar lll-gen commented on July 17, 2024

hello,I want to ask why the camera parameters don't have R and T?In other word ,it's only in the camera coordinate not in the world coordinate?

from i2l-meshnet_release.

mks0601 avatar mks0601 commented on July 17, 2024

Could you let me know which dataset are you talking about?

from i2l-meshnet_release.

lll-gen avatar lll-gen commented on July 17, 2024

firsr of all,thanks for your patient response!I have 3 question:
Question1 :oh at present ,I use my own dataset ,it only contains SMPL parameters,rendered imgs,camera parameters.does it work?
Question2: But when I download your MUCO datasets,I found the camera parameters only contains focal and principal,it doesn't need Rotation and translation matrices to Transform to the World coordinate?
Question3: Farther, Can I abandon the SMPL expression?in other words,I obtain the coordinate by non-rigid Registration,not use the smpl parameters?

from i2l-meshnet_release.

mks0601 avatar mks0601 commented on July 17, 2024

Q1. Yes. It may work.
Q2. The 3D coordinates and SMPL parameters of the MuCo dataset is camera-centered ones.
Q3. I can't get your question :(

from i2l-meshnet_release.

lll-gen avatar lll-gen commented on July 17, 2024

Q3:I mean, I don't get the Mesh coordinates from the SMPL parameters,I get the vertex coordinates directly the other way around

from i2l-meshnet_release.

mks0601 avatar mks0601 commented on July 17, 2024

Q3. That would be no problem.

from i2l-meshnet_release.

lll-gen avatar lll-gen commented on July 17, 2024

Hi,I'm back again!
Do I need to rerun the ROOTNET code to get the root node depth to obtain the final mesh?

from i2l-meshnet_release.

mks0601 avatar mks0601 commented on July 17, 2024

There are two kinds of meshes: 1) lixel-based and 2) param-based as you can see in here.
For the 1) lixel-based mesh, yes, you need to add the depth from the RootNet.
for the 2) param-based mesh, no, you don't need to add the depth from the RootNet.

from i2l-meshnet_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.