rerun-io / rerun

Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.
https://rerun.io/
Apache License 2.0
6.43k stars 312 forks source link

Investigate first-frame heuristics for our default examples #5156

Open emilk opened 8 months ago

emilk commented 8 months ago

cargo rerun reset, then open objectron over a slow internet connection, and you sometimes get this:

image

As 3D spaceview with a 2D image in it.

Most of the time though I "just" end up with this:

image

A weird extra space-view, taking up most of the screen.


It would be nice with a way to test all our examples on a slow connection, to find weird first-frame heuristic issues.

Wumpf commented 8 months ago

I believe the concrete issue is fixed by

Since the 2D heuristic then very rarely suggests /

Overall related to:

I think there's an even higher level issue of the heuristic right now not being able to touch existing views, all we do is additive and this causes a lot of issue.