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'


@hanxingjian
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'
@hanxingjian