You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run our code on NeRF dataset, users need first download data from official cloud drive. Then extract package files according to the following directory structure:
The last step is to generate and process data via our provided script:
python gen_dataset.py --config <config_file>
where <config_file> is the path to the configuration file of your experiment instance. Examples and pre-defined configuration files are provided in configs folder.
Download Prepared Data:
We provide a data sample for scene "room" in the Google_Drive, you can direct download it without any modification.
Testing
After generating datasets, users can test the conditional style interpolation of INS+NeRF by the following command:
To prepare data, run scripts data/download_data.sh, which will download the DTU dataset into the datasets/ directory. Then follow the instructions in IDR official repository to set up the running environment.
Afterwards, train an IDR for a scanned data in DTU where the available IDs are listed in datasets/DTU:
in which we defined two preset configurations configs/idr_stylize_face.conf and configs/idr_stylize_scream.conf.
Citation
If you find this repo is helpful, please cite:
@inproceedings{fan2022unified,
title={Unified Implicit Neural Stylization},
author={Fan, Zhiwen and Jiang, Yifan and Wang, Peihao and Gong, Xinyu and Xu, Dejia and Wang, Zhangyang},
booktitle={European Conference on Computer Vision},
year={2022}
}
About
[ECCV2022]"Unified Implicit Neural Stylization" which proposes a unified stylization framework for SIREN, SDF and NeRF