MarilynKeller / SKEL

Release for the Siggraph Asia 2023 SKEL paper "From Skin to Skeleton: Towards Biomechanically Accurate 3D Digital Humans".
https://skel.is.tue.mpg.de/
Other
180 stars 21 forks source link

Error running osim_fitter.py #18

Open vas0206 opened 1 month ago

vas0206 commented 1 month ago

Firstly, thank you for the amazing work! I have been trying to run your osim_fitter.py file according to Fitting_SKEL_to_osim.md. I ran into the error below:

Traceback (most recent call last):
  File "/home/vasanth/Desktop/SKEL/skel/fit_osim/osim_fitter.py", line 67, in <module>
    osim_mk_mask, skel_verts_mask = osim.skel_marker_mask(skel_mapping)
  File "/home/vasanth/Desktop/SKEL/skel/fit_osim/osim_aug.py", line 76, in skel_marker_mask
    skel_verts_mask.append(markers_mapping_dict[osim_marker_name])
KeyError: 'C7'

It seems that full_body.yaml does not have the full markers mapping and the corresponding vertex index. Could you upload the full mappings or assist how to run this file? Thank you!