Skip to content

BodyModel __init__() got an unexpected keyword argument 'bm_fname' #71

@bw-pt

Description

@bw-pt

Hi there,

When running the notebook 01 and 03, I encountered the exact same error below. Could somebody help? Thanks in advance!

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

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
/tmp/ipykernel_15141/3804944282.py in <module>
      7 num_dmpls = 8 # number of DMPL parameters
      8 
----> 9 bm = BodyModel(bm_fname=bm_fname, num_betas=num_betas, num_dmpls=num_dmpls, dmpl_fname=dmpl_fname).to(comp_device)
     10 faces = c2c(bm.f)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions