Mini-NVS-Solver
August 3, 2024 ยท View on GitHub
A minimal implementation of NVS-Solver. Using Rerun viewer, Pixi and Gradio for easy use
Installation
Easily installable via Pixi.
git clone https://github.com/pablovela5620/mini-nvs-solver
cd mini-nvs-solver
pixi run app
Demo
Hosted Demos can be found on huggingface spaces
To run the gradio frontend
pixi run app
To see all available tasks
pixi task list
Acknowledgements
Thanks to the authors for the great work!
NVS-Solver: Video Diffusion Model as Zero-Shot Novel View Synthesizer
@article{you2024nvs,
title={NVS-Solver: Video Diffusion Model as Zero-Shot Novel View Synthesizer},
author={You, Meng and Zhu, Zhiyu and Liu, Hui and Hou, Junhui},
journal={arXiv preprint arXiv:2405.15364},
year={2024}
}