OSSO icon indicating copy to clipboard operation
OSSO copied to clipboard

From a body shape, infer the anatomic skeleton.

Results 5 OSSO issues
Sort by recently updated
recently updated
newest added

Hi I successfully installed the package and ran the code to fit the OSSO model with meshes from the AMASS dataset. This process generated two output files: a .ply file...

I go through the code in gloss_skeleton. It looks like the variable zs controls the shape of the skeleton, but how to scale it in x,y,or z direction...?

I have encountered an issue with the exported skeleton model where the model segments appear to intersect. The involved program components are **register_star**, **infer_skeleton**, and **pose_skeleton**. ![image](https://github.com/MarilynKeller/OSSO/assets/70329303/ecdd18c0-d638-4fb5-af6f-03ab38fa81a0) ![image](https://github.com/MarilynKeller/OSSO/assets/70329303/6cb5ac51-0d5e-4dcc-9517-b281897a3960) I'm considering...

Hi. I am working on finding pose parameters of SMPL from joint positions of OSSO. I found OSSO uses parametric model of STAR. Also from STAR paper, I found out...

Hi, I got this error when I try to run "python main.py --mesh_input data/demo/body_female.ply --gender female -D -v" " (PY_3.8) C:\Users\Siyuanch\OSSO>python main.py --mesh_input data/demo/body_female.ply --gender female -D -v C:\Users\Siyuanch\anaconda3\envs\PY_3.8\lib\site-packages\chumpy\__init__.py:11: FutureWarning:...