Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

rerun-io/rerun

Wumpf created a comment on an issue on rerun-io/rerun
linked the wrong issue above initially, meant to link exactly that. Fixed now. True, once we have a general solution for large point cloud rendering we can always reduce the depth point cloud prob...

View on GitHub

Wumpf created a comment on an issue on rerun-io/rerun
looks like we regressed further on this: now the workaround doesn't work either anymore

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun
  • Update docs for 749b58b57f94a89550e5240614788cf0ca105dd1 2639073

View on GitHub

emilk pushed 1 commit to emilk/undef-unsorted rerun-io/rerun

View on GitHub

Wumpf created a comment on an issue on rerun-io/rerun
note for posterity: we have now planar YUV formats, but everything is every specialized to the exact format type. I think it would be worth exploring planarity as an orthogonal concept. Counter poi...

View on GitHub

emilk created a comment on an issue on rerun-io/rerun
Related: * https://github.com/rerun-io/rerun/issues/3713

View on GitHub

teh-cmc created a branch on rerun-io/rerun

cmc/log_file_at - Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

Wumpf created a comment on an issue on rerun-io/rerun
we fixed a bunch of memory issues since this was reported. I'm closing this since we don't have an actionable repro-case right now. Please re-open if needed!

View on GitHub

Wumpf closed an issue on rerun-io/rerun
Black screen and broken pipe (os error 32) after few hours of logging
**Describe the bug** I have deployed rerun in a container with Podman. The container is doing some inference every 5 seconds over 8 cameras, and display some bounding boxes. After a few hours (3-4...
emilk deleted a branch rerun-io/rerun

emilk/videos-in-own-space-views

emilk pushed 1 commit to main rerun-io/rerun
  • Refactor `MaxImageDimensionSubscriber` (#7850) ### What * Part of https://github.com/rerun-io/rerun/issues/7821 * ... 749b58b

View on GitHub

emilk closed a pull request on rerun-io/rerun
Refactor `MaxImageDimensionSubscriber`
### What * Part of https://github.com/rerun-io/rerun/issues/7821 * Bonus: better profiling of video loading The change is that `MaxImageDimensionSubscriber` parses each `.mp4` to figure out it...
Wumpf pushed 1 commit to main rerun-io/rerun
  • Add ml_depth_pro example (#7832) ### What https://github.com/user-attachments/assets/b7adac6a-60e4-4a1c-a27b-3... ef13c80

View on GitHub

Wumpf closed a pull request on rerun-io/rerun
Add ml_depth_pro example
### What https://github.com/user-attachments/assets/b7adac6a-60e4-4a1c-a27b-34006b87713a This adds an external example for visualizing DepthPro using the new video logging api ### Checklist * [x...
Wumpf created a comment on an issue on rerun-io/rerun
@SunDoge if that's all there is to it, would you mind opening a PR? :)

View on GitHub

Wumpf created a comment on an issue on rerun-io/rerun
@playreplayoliver are you still hitting this? There has been relevant fixes in wgpu by now but tbh I lost track of all the details

View on GitHub

Wumpf created a comment on an issue on rerun-io/rerun
@max-cura you're still hitting this I assume? It's been a few version and as far as we know no other user ran into this this 😕

View on GitHub

nikolausWest created a comment on a pull request on rerun-io/rerun
Looks great!

View on GitHub

Wumpf opened an issue on rerun-io/rerun
Depth point cloud visualization is too slow for 4k+ images
Currently, we visualizer depth maps as point clouds, each point representing a sample on the depth image. For 4k images (3840x2160) that's 8.4mio points which means we have to do a lot of vertex...
abey79 created a comment on a pull request on rerun-io/rerun
``` table Graph { // required nodes: [rerun.components.Nodes]; // id: string // rejected: use integer unique id instead of string, perf should be ok if we intern string, would forc...

View on GitHub

github-actions[bot] created a comment on a pull request on rerun-io/rerun
<!-- add-pr-comment:add-pr-comment --> ## Deployed docs | Commit | Link | | ------- | ----- | | 15cd3e8ef8c95018d665faeb8828105eb9ec1bb0 | https://landing-71j4734ey-rerun.vercel.app/docs |

View on GitHub

teh-cmc opened a draft pull request on rerun-io/rerun
Docs: static data
WIP Preliminary reviews welcome. * [x] yes
teh-cmc pushed 1 commit to cmc/static rerun-io/rerun

View on GitHub

teh-cmc pushed 1 commit to cmc/static rerun-io/rerun

View on GitHub

teh-cmc pushed 1 commit to cmc/static rerun-io/rerun

View on GitHub

teh-cmc pushed 1 commit to cmc/static rerun-io/rerun

View on GitHub

Wumpf created a comment on a pull request on rerun-io/rerun
I think I have a slight preference for the error message, as rgolovanov says otherwise we might break a user unexpectedly. > Either include <rerun.hpp> FIRST, that part is not a good suggest...

View on GitHub

Wumpf created a review comment on a pull request on rerun-io/rerun
nit: ```suggestion let Some([width, height]) = size_from_blob(blob.as_ref(), media_type.as_deref()) else { continue; }; ```

View on GitHub

Wumpf created a review on a pull request on rerun-io/rerun
👍 looks like a good step forward

View on GitHub

Wumpf created a review on a pull request on rerun-io/rerun
👍 looks like a good step forward

View on GitHub

Load more