This repo downloads the AnimeRecon benchmark dataset introduced in PAniC-3D: Stylized Single-view 3D Reconstruction from Portraits of Anime Characters. As described in that repo, this downloader will add to ./_data/lustrous
Make a copy of ./_env/machine_config.bashrc.template
to ./_env/machine_config.bashrc
, and set $PROJECT_DN
to the absolute path of this repository folder. The other variables are optional.
Run these lines from the project directory to pull the image from the main project and enter a container; note these are bash scripts inside the ./make
folder, not make
commands.
make/docker_pull
make/shell_docker
Download the panic_data_models_merged.zip
from the project's drive folder, and merge it with this repo's file structure.
# run the downloader
bash ./_scripts/download_genshin_3d.sh
# run the downloader
python3 -m _scripts.download_genshin_2d
# follow the instructions in `./_scripts/download_hololive_3d.txt`
# run the downloader
python3 -m _scripts.download_hololive_2d
If you use our repo, please cite our work:
@inproceedings{chen2023panic3d,
title={PAniC-3D: Stylized Single-view 3D Reconstruction from Portraits of Anime Characters},
author={Chen, Shuhong and Zhang, Kevin and Shi, Yichun and Wang, Heng and Zhu, Yiheng and Song, Guoxian and An, Sizhe and Kristjansson, Janus and Yang, Xiao and Matthias Zwicker},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2023}
}