Clone this repository:
git clone https://github.com/bbbbby-99/InsertNeRF.git
cd InsertNeRF
pip install -r requirements.txtTrain the model with NeuRay initialized from estimated depth of COLMAP:
python run_training.py --cfg configs/train/gen/insert_gen_depth_train.yamlModels will be saved at data/model.
python render.py --cfg configs/gen/insert_gen_depth_train.yamlEvaluation on all scenes in datasets, psnr/ssim/lpips will be printed on screen.
python eval.pyResults for all scenes are obtained through our InsertNeRF rendering following Setting I, without any retraining in testing scenes.
It will be released soon.
In this repository, we build our codes based on the NeuRay. We thank all the authors for sharing great codes.