Silvia Zuffi1, Angjoo Kanazawa2, Tanya Berger-Wolf3, Michael J. Black4
1IMATI-CNR, Milan, Italy, 2University of California, Berkeley, 3University of Illinois at Chicago, 4Max Planck Institute for Intelligent Systems, Tuebingen, Germany
In ICCV 2019
- Python 2.7
- PyTorch tested on version
0.5.0
Note that the following warning has been issued: "Pillow before 8.1.1 allows attackers to cause a denial of service (memory consumption) because the reported size of a contained image is not properly checked for an ICO container, and thus an attempted memory allocation can be very large."
virtualenv venv_smalst
source venv_smalst/bin/activate
pip install -U pip
deactivate
source venv_smalst/bin/activate
pip install -r requirements.txt
cd external;
bash install_external.sh
download the SMPL model and create a directory smpl_webuser under the smalst/smal_model directory
The test and validation data are images collected in The Great Grevy's Rally 2018
Place the downloaded network pred_net_186.pth in the folder cachedir/snapshots/smal_net_600/
See the script in smalst/script directory for training and testing
The code in this repository is widely based on the project https://github.com/akanazawa/cmr
If you use this code please cite
@inproceedings{Zuffi:ICCV:2019,
title = {Three-D Safari: Learning to Estimate Zebra Pose, Shape, and Texture from Images "In the Wild"},
author = {Zuffi, Silvia and Kanazawa, Angjoo and Berger-Wolf, Tanya and Black, Michael J.},
booktitle = {International Conference on Computer Vision},
month = oct,
year = {2019},
month_numeric = {10}
}