Home

Awesome

Mini-NVS-Solver

A minimal implementation of NVS-Solver. Using Rerun viewer, Pixi and Gradio for easy use

<p align="center"> <img src="media/mini-nvs-solver.gif" alt="example output" width="480" /> </p>

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

<a href='https://huggingface.co/spaces/pablovela5620/mini-nvs-solver'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue'></a>

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}
}