This repository contains the official implementation of the skeleton inference from:
OSSO: Obtaining Skeletal Shape from Outside
Marilyn Keller, Silvia Zuffi, Michael J. Black and Sergi Pujades
Full paper | Project website
Given a body shape with SMPL or STAR topology (in blue), we infer the underlying skeleton (in yellow).
Please follow the installation instruction in installation.md to setup all the required packages and models.
The skeleton can be inferred either from a SMPL or STAR mesh.
python main.py --mesh_input data/demo/body_female.ply --gender female -D -v
The final infered skeleton will be saved in the out
folder and the intermediate meshes in out/tmp
.
If you find this model & software useful in your research, please consider citing:
@inproceedings{Keller:CVPR:2022,
title = {{OSSO}: Obtaining Skeletal Shape from Outside},
author = {Keller, Marilyn and Zuffi, Silvia and Black, Michael J. and Pujades, Sergi},
booktitle = {Proceedings IEEE/CVF Conf.~on Computer Vision and Pattern Recognition (CVPR)},
month = jun,
year = {2022},
month_numeric = {6}}
OSSO uses the Stitched Puppet by Silvia Zuffi and the body model STAR by Ahmed Osman.
This code and model are available for non-commercial scientific research purposes as defined in the LICENSE.txt file.
For more questions, please contact [email protected]
For commercial licensing, please contact [email protected]