added 7 commits
July 14, 2025 11:56
ahojnnes
changed the title
Hotfix/run gui
Fix docker run script for GUI
ahojnnes pushed a commit that referenced this pull request
Jul 16, 2025# Objective Fix that docker/run-gui.sh doesn't work issue. # What I did Originally docker/run-gui.sh doesn't start because of Nvidia driver issue. So I followed as docker/run.sh fixation, fix run-gui.sh also work with locally built docker image. At the same time, I encountered my dual monitor window freezing issue. So I fixed it adding several options to run docker run command. # Test I checked that both run.sh and run-gui.sh invokes fine, and run-gui.sh can successfully load colmap reconstructed model like this; <img width="1018" height="633" alt="image" src="https://github.com/user-attachments/assets/a3677b3a-7afc-44c9-92e8-f0e9b13f69f7" />
Merged