360LayoutVisualizer

March 26, 2021 ยท View on GitHub

This repo is a visualization tool for 360 Manhattan layout based on PyQt5 and OpenGL. The layout format follows LayoutMP3D.

First, install the corresponding packages with the following command.

pip install -r requirements.txt

Then, run the script for the visualization of our provided example.

python visualizer.py --img src/example.jpg  --json src/example.json

You can use mouse and keyboard to control the camera.

w, a, s, d: translate the camera
left-click: rotate the camera
scroll: zoom in/out