cgtuebingen / hyperrealistic_indoor_streetview

🗺️🏠 Software Project SS24 | Hyperrealistic Indoor Street-View
https://cgtuebingen.github.io/hyperrealistic_indoor_streetview/
MIT License
3 stars 1 forks source link

Hosting/docker image Pull Request #72

Closed FabiKogWi closed 3 months ago

FabiKogWi commented 3 months ago

Changes made

A docker file to generate a docker image was created from the node:alpine image and a docker-compose.yml file was created to enable storing the splats outside of the docker image to limit image size.

How to test

Copying the docker-compose.yml file into a folder with a public subfolder that holds the splats you want to see should be enough. The image is stored on Dockerhub.

Problems

The image is still rather large, even compressed (867.85 MB), partly due to still containing the test shoe. In the future the shoe could be removed, though for now it is useful for testing.

This solves #58

Courtsilius commented 3 months ago

lgtm!

I've opened a new stretchgoal issue, so we don't lose sight of the fact that we could decrease the image size https://github.com/cgtuebingen/hyperrealistic_indoor_streetview/issues/77