Giter Site home page Giter Site logo

Comments (3)

qianqiuzzz avatar qianqiuzzz commented on August 29, 2024

@yiyuzhuang 我注意到您展示的图有人物的mesh,请问这个mesh是数据集提供的msehes.abc.xz文件吗,您是怎么解压这个压缩包的呢

from humanrf.

Pbb-land avatar Pbb-land commented on August 29, 2024

@yiyuzhuang @isikmustafa Hi, I was having the same problem, have you been able to solve it?

from humanrf.

Zielon avatar Zielon commented on August 29, 2024

Probably your problem is that the poses vector in the JSON file has the first three components set to zero. They usually represent global rotation, however, in this case, it is put to the Rh field instead.

[
    {
        "id": 0,
        "Rh": [
          [0.04361098, 0.07433257, -0.02178280]
        ],
        "Th": [
          [0.00391468, 1.32414436, 0.03250297]
        ],
        "poses": [
          [**0.00000000, 0.00000000, 0.00000000**, -0.11908470, -0.03610654, 0.05601613, ...]
        ],
        "expression": [
          [-0.00000144, -0.00000581, 0.00000272, -0.00000236, ...]
        ],
        "shapes": [
          [-0.32091987, 0.09722190, 0.04891836, ...]
        ]
    }
]

Then depending on which implementation of SMPL you are using you need to take care of the correct mapping poses and Rh. The fix np.concatenate([smplx["Rh"], smplx["poses"][3:]], axis=-1) passed as pose can help.

from humanrf.

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.