-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some lines
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ The pipeline includes several steps such as data acquisition, preprocessing, tra | |
- **Performance Improvements**: Over other solutions through culling and unloading of splats. | ||
- **Navigation Through Buildings**: Display arrows that lead you to your destination. | ||
|
||
--- | ||
|
||
## Getting Started | ||
### Via Docker | ||
- Install [Docker](https://www.docker.com/) (Required!) | ||
|
@@ -29,6 +31,8 @@ The pipeline includes several steps such as data acquisition, preprocessing, tra | |
- Clone the code from [GitHub](https://github.com/cgtuebingen/hyperrealistic_indoor_streetview): `git clone [email protected]:cgtuebingen/hyperrealistic_indoor_streetview.git` | ||
- Run `yarn dev` in the terminal in the root directory of the project (should be hyperrealistic_indoor_streetview) | ||
|
||
--- | ||
|
||
## Features | ||
|
||
**Teleportation**\ | ||
|
@@ -132,6 +136,8 @@ The control-scheme can easily be extended by adding keys inside the switch cases | |
**Performance Improvements**\ | ||
Performance was improved on low-end machines via small optimization with about 5-10fps gained. | ||
|
||
--- | ||
|
||
## Example for Inspiration for your own projects | ||
This is the project the codes was written for and may serve as an example for what you can do with this (and maybe what not). | ||
|
||
|