Graphical user interface for NeRF based projects Visualize rendered images for different models and settings Visit our website for overview. Clone and enter the repository git clone https://github.com/MarcinKadziolka/nerf-gui.git cd nerf-gui Create virtual environment and activate it python3 -m venv .venv source .venv/bin/activate Install required packages pip install -r requirements.txt Run the program python3 nerf_gui.py