Project page | Paper | Video | LOD Viewer (SIBR) | Web Viewer| GarageWorld Dataset
We provide a web renderer to allow users to experience a scene with Level of Detail (LOD) Gaussian rendering. For users with a computer, the application can be run directly. However, for users with an iPad (preferably with an M- chip), you need to start the server on a computer and ensure that both the iPad and the computer are on the same local network to access it.
-
Visual Studio Code (to start the server)
-
Or
-
Node.js and NPM (to start the server)
- And Live server
Checkout this repository's main branch:
## through HTTPS
git clone https://github.com/zhaofuq/LOD-Web-Viewer.git
## through SSH
git clone [email protected]:zhaofuq/LOD-Web-Viewer.git
Put small garage sample data in LOD-Web-Viewer
.
Use VSCode to open the folder:
cd {your-folder}/LOD-web-viewer/
code .
Go Live,
Then, open Chrome on the computer and visit the server, usually at 127.0.0.1:5500
.
Run it in the terminal:
your-name@your-computer:{your-folder}/LOD-web-viewer$ live-server
Serving "{your-folder}/LOD-web-viewer" at http://127.0.0.1:8080
...
Then, open Chrome on the computer and visit the server at 127.0.0.1:8080
.
It is recommended to use the WASDQEIJKL
keys for moving the view horizontally,vertically, forward, backward, and side to side. Click on the webpage using your mouse or touchpad to refresh the view with more details.
First, obtain your computer's IP address.
Then, open Chrome on the iPad and visit the server at 192.168.xxx.xxx:{your-port}
.