Giter Site home page Giter Site logo

About 01-AMASS_Visualization about amass HOT 3 OPEN

nghorbani avatar nghorbani commented on August 9, 2024 2
About 01-AMASS_Visualization

from amass.

Comments (3)

cotton-ahn avatar cotton-ahn commented on August 9, 2024 1

I've found out another bug. Due to changes in body model prior package, :

bm = BodyModel(bm_fname=bm_fname, num_betas=num_betas, num_dmpls=num_dmpls, dmpl_fname=dmpl_fname).to(comp_device)

--> bm_fname should be bm_path. If not, below error occurs

TypeError: init() got an unexpected keyword argument 'bm_fname'

also same to the dmpl_fname, which should be path_dmpl.

and model_type should be defined as model_type = 'smplh'

so the final line should be

bm = BodyModel(bm_path=bm_path, num_betas=num_betas, model_type='smplh', num_dmpls=num_dmpls, path_dmpl = path_dmpl).to(comp_device)

but if I do not specify the batch_size, it does not work.

TLDR : it seems this repository does not work anymore when used with recent body_model_prior. -- repo needs to be updated..../

from amass.

cotton-ahn avatar cotton-ahn commented on August 9, 2024

I checked that maintainers have fixed this issue. But it would have been also better if they leave some comments in here :/ but anyway I am closing this issue.

from amass.

Recialhot avatar Recialhot commented on August 9, 2024

Hello, I would like to ask what coordinate system AMASS uses and including its visualization?

from amass.

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.