Posted by centrosphere 6 hours ago
I want to make it more video game like, cause the jumps of google maps make me motion sick.
I used google streetview as image source (cause you need to read signs, cars, see geometry) and colmap to reconstruct 3d chunks.
But it never really worked that well, jumps in time (cause the google car does not always continuously scan) and the image density is just too low, but was a fun side project.
When I noticed it getting choppy I realized I had filled most of my VRAM with an LLM, so I unloaded that and it got better.
Pretty cool project.