Coder Social home page Coder Social logo

Comments (7)

ailingzengzzz avatar ailingzengzzz commented on July 21, 2024

Hi @jinfagang,

All existing SMPL-Based methods directly regress 6D rotation matrix from the model (e.g., SPIN, PARE). You can find the function to transform 6d into 9d (3*3) matrix (rot6d_to_rotmat).
You can refer to this paper ( On the continuity of rotation representations in neural networks) to understand why existing SMPL-Based models use it. Thanks!

from smoothnet.

lucasjinreal avatar lucasjinreal commented on July 21, 2024

My question is why your input shape is 24x3 and 24x6, in rotation matrix, shouldn't it be 24x3x3 and 24x3x4 (rot6d is R and T)?

from smoothnet.

ailingzengzzz avatar ailingzengzzz commented on July 21, 2024

Sure, but 6D representation is enough. You can transform them into each other. Try it.

from smoothnet.

lucasjinreal avatar lucasjinreal commented on July 21, 2024

My output is rotmat 3x3, I reshape it like (-1, 3) seems not logically right, if I reshape to (-1, 9), it can not feed into model. I want avoid conversion to rot6d, if keep original output would save processing time. and I just need output from SmoothNet be rotmat 3x3.

BTW, does there a ready to use function to convert a [1789, 24, 3, 3] to SmoothNet input need windowed input function? Hardlly to tell how to convert my data from datasets.py massive codes. I think it need something like [B, 32, 3]

from smoothnet.

ailingzengzzz avatar ailingzengzzz commented on July 21, 2024

Please try to reshape the input of SmoothNet as [N, C, T]. C is 24*3*3. T is a window size.

from smoothnet.

lucasjinreal avatar lucasjinreal commented on July 21, 2024

@ailingzengzzz Does NxT=Seqlen?

from smoothnet.

ailingzengzzz avatar ailingzengzzz commented on July 21, 2024

Yes, if there is no overlap among the sliding windows.

from smoothnet.

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.