lolleko / mesh-data-synthesizer

Uses Unreal Engine & Cesium to generate large synthetic dataset from 3D meshes. Enables machine learning tasks like Visual Place Recognition read more in our paper on this: https://meshvpr.github.io
Other
18 stars 2 forks source link

Issue connecting UI to server #4

Open colintle opened 1 week ago

colintle commented 1 week ago

image

I started the docker container for the server and inserted the server url in the bottom right corner of the ui. However, I am still getting a connection error. Could you provide steps on how you were able to get the entire pipeline running?

@lolleko

lolleko commented 1 week ago

Hey, the url field should only contain the base url (without process-pano)

lolleko commented 1 week ago

And before you will be able to query images you will first need to sample an area with the server running. I will slice the panos up and insert the 640x640 slices into a redis db.

colintle commented 4 days ago

@lolleko I am still getting an error with connecting Unreal Engine to my Docker Container. I entered in my server URL in the bottom right corner of screen. I also sampled a new dataset but I didn't see any changes to my Redis database.

image