Skip to content

Visualization problem #8

Description

@2382752230

Hi, thank you for your excellent work.

The result of my visualization with the smplh model is as follows, it doesn't feel normal, the feet aren't touching the ground. Is this due to differences in smplh and smplx types?

When I use the smplx type, the following error occurs, can you help me to answer it?

Traceback (most recent call last):
File "D:\zhoum\GroundLink\Visualization\visualize_sample.py", line 53, in
seq_amass = SMPLSequence.from_amass(
File "D:\zhoum\GroundLink\Visualization\aitviewer\aitviewer\renderables\smpl.py", line 205, in from_amass
smpl_layer = SMPLLayer(model_type="smplx", gender=body_data["gender"].item(), device=C.device)
File "D:\zhoum\GroundLink\Visualization\aitviewer\aitviewer\models\smpl.py", line 48, in init
self.bm = smplx.create(
File "D:\anacondaenv\envs\GDL\lib\site-packages\smplx\body_models.py", line 2404, in create
return SMPLX(model_path, **kwargs)
File "D:\anacondaenv\envs\GDL\lib\site-packages\smplx\body_models.py", line 982, in init
super(SMPLX, self).init(
File "D:\anacondaenv\envs\GDL\lib\site-packages\smplx\body_models.py", line 601, in init
left_hand_components = data_struct.hands_componentsl[:num_pca_comps]
AttributeError: 'Struct' object has no attribute 'hands_componentsl'

5
image
@hanxingjian

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