Skip to content
/ OSSO Public
forked from MarilynKeller/OSSO

From a body shape, infer the anatomic skeleton.

License

Notifications You must be signed in to change notification settings

Arthur151/OSSO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSSO: Obtaining Skeletal Shape from Outside (CVPR 2022)

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, we infer the underlying skeleton. teaser

Installation

Please follow the installation instruction in installation.md to setup all the required packages and models.

Run skeleton inference

The skeleton can be inferred either from a SMPL or STAR mesh.

python main.py  --mesh_input data/demo/body.ply --gender female -D

If the reposing does not converge, rerun the reposing with more iterations:

python main.py -g female --pkl_input data/demo/rp_ellie_posed_008_0_0_star.pkl -p

The intermediate and result meshes will be saved in the out/tmp folder.

License

Please refer for LICENSE.txt for using this code.

Citation

If you find this Model & Software useful in your research, please:

@inproceedings{Keller:CVPR:2022,  
  title = {OSSO: Obtaining Skeletal Shape form Outside},  
  author = {Keller, Marylin and Zuffi, Silvia and Black, Michael J. and Pujades, Sergi},  
  booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},  
  pages = {},  
  publisher = {IEEE Computer Society},  
  year = {2022},  
}

Acknowledgements

OSSO uses the Stitched Puppet by Silvia Zuffi and the body model STAR by Ahmed Osman

License

This code and model are available for non-commercial scientific research purposes as defined in the LICENSE file. By downloading and using the code and model you agree to the terms in the LICENSE.

Contact

For more questions, please contact [email protected]

For commercial licensing, please contact [email protected]

About

From a body shape, infer the anatomic skeleton.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%