Nikolaus West

Results 28 issues of Nikolaus West

Examples are one of the most important ways of showing what is possible to do with Rerun as well as teaching how to achieve it. This is a tracking issue...

🎄 tracking issue
examples

It would be very useful for us to have anonymized usage analytics so we could see what features are being used and if there is anywhere users tend to get...

**Is your feature request related to a problem? Please describe.** When creating demo videos of Rerun I want the screen to have a specific aspect ration (different depending on where...

enhancement
good first issue
help wanted
ui

"Reset virtual camera" button gives different and worse behaviour than the heuristics that run when repopulating the view. User reported. For more context see [this discord thread](https://discord.com/channels/1062300748202921994/1062300748777529380/1069275951097200690). https://user-images.githubusercontent.com/2624717/215487419-2cb5f18a-77af-42e9-9a95-d2be7b1d8bd6.mp4

🪳 bug
help wanted
📺 re_viewer
😤 annoying

After #608 f64 depth images don't get shown in the viewer. Instead we get the following on logs in the terminal: ```bash 2022-12-23T12:22:46.423032Z WARN re_viewer::misc::caches::tensor_image_cache: Bad image "tensor [270, 480]":...

### Checklist * [x] I have read and agree to [Contributor Guide](../CONTRIBUTING.md) and the [Code of Conduct](../CODE_OF_CONDUCT.md) * [ ] I've included a screenshot or gif (if applicable) * [...

examples

Go through the all the api's in the Python SDK and make sure all the following match: - The parameter type hints - The parameter docstrings - The actual handling...

📖 documentation
enhancement
🧑‍💻 dev experience

Make it easy to see the (approximate) rate / frequency of events for each data stream somewhere in the UI (probably the streams view) From #960 by @tlpss: > The...

enhancement
📺 re_viewer

Break out utility functionality that we repeatedly use in our examples. At the very least we should break out utilities for downloading and caching datasets. These utilities should be part...

examples

We want to benchmark logging scalars, including setting a timeline value for each logged scalar, i.e. something like ```py for frame_nr in range(0, 1_000_000) { rr. set_time_sequence("frame", frame_nr) rr.log("scalar", rr.TimeSeriesScalar(sin(frame_nr...

📖 documentation
📉 performance