MyGit
🚩收到GitHub仓库的更新通知

rerun-io/rerun

Fork: 208 Star: 4652 (更新于 2024-03-28 20:49:21)

license: Apache-2.0

Language: Rust .

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

最后发布版本: prerelease ( 2024-03-28 18:31:28)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

banner

PyPi crates.io MIT Apache Rerun Discord

Build time aware visualizations of multimodal data

Use the Rerun SDK (available for C++, Python and Rust) to log data like images, tensors, point clouds, and text. Logs are streamed to the Rerun Viewer for live visualization or to file for later use.

import rerun as rr  # pip install rerun-sdk

rr.init("rerun_example_app")

rr.connect()  # Connect to a remote viewer
# rr.spawn()  # Spawn a child process with a viewer and connect
# rr.save("recording.rrd")  # Stream all logs to disk

# Associate subsequent data with 42 on the “frame” timeline
rr.set_time_sequence("frame", 42))

# Log colored 3D points to the entity at `path/to/points`
rr.log("path/to/points", rr.Points3D(positions, colors=colors))
…

Getting started

  • C++: Guide
  • Python: pip install rerun-sdk or on conda
  • Rust: cargo add rerun

Rerun Viewer binary

Both the Python and Rust library can start the Rerun Viewer, but to stream log data over the network or load our .rrd data files you also need the rerun binary.

It can be installed with pip install rerun-sdk or with cargo install rerun-cli.

You should now be able to run rerun --help in any terminal.

Documentation

Status

We are in active development. There are many features we want to add, and the API is still evolving. Expect breaking changes!

Some shortcomings:

Business model

Rerun uses an open-core model. Everything in this repository will stay open source and free (both as in beer and as in freedom). In the future, Rerun will offer a commercial product that builds on top of the core free project.

The Rerun open source project targets the needs of individual developers. The commercial product targets the needs specific to teams that build and run computer vision and robotics products.

How to Cite Rerun

When using Rerun in your research, please cite it to acknowledge its contribution to your work. This can be done by including a reference to Rerun in the software or methods section of your paper.

Suggested citation format:

@software{RerunSDK,
  title = {Rerun: A Visualization SDK for Multimodal Data},
  author = {{Rerun Development Team}},
  url = {https://www.rerun.io},
  version = {insert version number},
  date = {insert date of usage},
  year = {2024},
  publisher = {{Rerun Technologies AB}},
  address = {Online},
  note = {Available from https://www.rerun.io/ and https://github.com/rerun-io/rerun}
}

Please replace "insert version number" with the version of Rerun you used and "insert date of usage" with the date(s) you used the tool in your research. This citation format helps ensure that Rerun's development team receives appropriate credit for their work and facilitates the tool's discovery by other researchers.

Development

Installing a pre-release Python SDK

  1. Download the correct .whl from GitHub Releases
  2. Run pip install rerun_sdk<…>.whl (replace <…> with the actual filename)
  3. Test it: rerun --version

最近版本更新:(数据更新于 2024-03-28 20:48:55)

2024-03-28 18:31:28 prerelease

2024-02-29 20:50:40 0.14.1

2024-02-28 23:30:44 0.14.0

2024-02-13 00:07:29 0.13.0

2024-01-19 18:06:19 0.12.1

2024-01-10 02:26:52 0.12.0

2023-11-28 23:02:32 0.11.0

2023-11-15 19:44:31 prerelease

2023-11-08 16:32:43 prerelease

2023-11-03 00:45:28 0.10.1

主题(topics):

computer-vision, cpp, multimodal, python, robotics, rust, visualization

rerun-io/rerun同语言 Rust最近更新仓库

2024-03-29 09:21:42 lapce/lapce

2024-03-28 18:20:07 ChainSafe/forest

2024-03-27 17:22:53 FuelLabs/sway

2024-03-27 10:04:18 Netflix/bpftop

2024-03-26 17:19:50 cowprotocol/services

2024-03-26 16:35:52 rust-lang/rust-analyzer