Git Product home page Git Product logo

Comments (4)

DirtyHarryLYL avatar DirtyHarryLYL commented on June 1, 2024

These are word2vec files to import semantics into the representation.
For human body parts, we transform their names (10 parts like head, hands, feet, arms, legs, hip) into word embedding (300 sized). Similarly, for coco 80 objects' names, we also use 300-sized word embeddings to indicate them.

from dj-rn.

mahsa1363 avatar mahsa1363 commented on June 1, 2024

Thanks
1-The file part-w2v.pkl is 55128 and file obj-w2v.pk is 80128, and neither is 300 sized!!
2- What do these sizes mean?
3- How do we know which row in part-w2v.pkl specifies the part of the hand fingers(for example)?

from dj-rn.

Foruck avatar Foruck commented on June 1, 2024
  1. Notice that we use PCA to reduce the dimension of w2v to 128 as stated in our paper.
  2. The size means that the SMPL-X model is divided into 55 detailed parts according to this file.
  3. With the above file, you could visualize the correspondence between row-indexes and parts.

from dj-rn.

mahsa1363 avatar mahsa1363 commented on June 1, 2024

Sorry I understand answer1 and 2 but did not understand answer 3. I mean, how do I know what these 55 part are and what each one is called? I mean, for example, how do I know what part of the body (hand,foot,leg,head,...) is belongs to the first row of these 55 rows and so on?

from dj-rn.

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.