Skip to content

zhaofuq/LOD-Web-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOD Web Viewer for LetsGo

LetsGo: Large-Scale Garage Modeling and Rendering via LiDAR-Assisted Gaussian Primitives

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.

Setup

Install requirements (For mainstream computer OSs)

Install requirements (For iPadOS)

Clone the repo

Checkout this repository's main branch:

## through HTTPS
git clone https://github.com/zhaofuq/LOD-Web-Viewer.git
## through SSH
git clone git@github.com:zhaofuq/LOD-Web-Viewer.git

Download the data

Put small garage sample data in LOD-Web-Viewer.

To run an example

Start with VSCode

Use VSCode to open the folder:

cd {your-folder}/LOD-web-viewer/
code .

Go Live,

vsc_1

vsc_2

Then, open Chrome on the computer and visit the server, usually at 127.0.0.1:5500.

Start with NPM

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.

Visualization on computer

chrome_1

chrome_2

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.

Visualization on iPad

First, obtain your computer's IP address.

Then, open Chrome on the iPad and visit the server at 192.168.xxx.xxx:{your-port}.

About

Real-time Web Viewer for LetsGo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages