Awesome
SINE: Semantic-driven Image-based NeRF Editing with Prior-guided Editing Field
Project Page | Video | Paper
<div align=center> <img src="assets/teaser.gif" width="100%"/> </div>SINE: Semantic-driven Image-based NeRF Editing with Prior-guided Editing Field
[Chong Bao, Yinda Zhang<sup>Co-Authors</sup>,Bangbang Yang<sup>Co-Authors</sup>], Tianxing Fan, Zesong Yang, Hujun Bao, Guofeng Zhang, Zhaopeng Cui.
CVPR 2023
⚠️ Note: This is only a preview version of the code. Full code (with training scripts) will be released soon.
Installation
We have tested the code on Python 3.7.0 and PyTorch 1.10.1, while a newer version of pytorch should also work. The steps of installation are as follows:
- create virtual environment:
conda create --name sine python=3.7
and activate environment - install required python packages by
bash install.sh
Data
We provide the poses of each dataset for evaluation.
Evaluation
<!-- We provide [pre-trained models and configs](https://www.dropbox.com/scl/fo/c3pnb6daks5p1872xor8k/h?rlkey=rvifacsdxlp7uziiqhnlzxsg6&dl=0). -->All the pre-trained models and configs can be found here.
You can evaluate images with the pre-trained models.
python eval.py \
--config configs/texture/vasedeck_snowy.yaml \
--ckpt_path checkpoints/texture/vasedeck_snowy/latest.ckpt \
--split test_train
Citing
@inproceedings{bao2023sine,
title={SINE: Semantic-driven Image-based NeRF Editing with Prior-guided Editing Field},
author={Bao, Chong and Zhang, Yinda and Yang, Bangbang and Fan, Tianxing and Yang, Zesong and Bao, Hujun and Zhang, Guofeng and Cui, Zhaopeng},
booktitle={The IEEE/CVF Computer Vision and Pattern Recognition Conference (CVPR)},
year={2023}
}
Acknowledgement
In this project we use parts of the implementations of the following works:
We thank the respective authors for open sourcing their methods.