KeyError: 'joints_smpl24'
Traceback (most recent call last):
File "/xxxx/ROMP/romp/lib/evaluation/collect_3DPW_results.py", line 212, in
how to fix it?
Sorry, I changed the name of the keys in outputs dict. You can print the key names in outputs and find the one fit the 'joints_smpl24'
Sorry, I changed the name of the keys in outputs dict. You can print the key names in outputs and find the one fit the 'joints_smpl24'
thanks,I will try it.
@Arthur151 the dict like this: dict_keys(['params_maps', 'center_map', 'detection_flag', 'params_pred', 'reorganize_idx', 'centers_pred', 'params', 'verts', 'j3d', 'joints_h36m17', 'pj2d', 'cam_trans', 'verts_camed', 'pj2d_org', 'verts_camed_org', 'meta_data']) which i should choose?