PHALP icon indicating copy to clipboard operation
PHALP copied to clipboard

'SMPLConfig' object is not iterable

Open antoinedelplace opened this issue 4 months ago • 0 comments

https://github.com/brjathu/PHALP/blob/677074a9bd7acac58c0b98a31b04ae54b93dcd2f/phalp/models/hmar/hmar.py#L39

venv/lib/python3.10/site-packages/phal
p/models/hmar/hmar.py", line 39, in __init__
    smpl_cfg             = {k.lower(): v for k,v in dict(cfg.SMPL).items()}
TypeError: 'SMPLConfig' object is not iterable

antoinedelplace avatar Oct 10 '24 09:10 antoinedelplace