An open API service indexing awesome lists of open source software.

https://github.com/yaak-ai/rbyte

Multimodal datasets for spatial intelligence
https://github.com/yaak-ai/rbyte

ai datasets machine-learning mcap polars pytorch rerun robotics spatial-intelligence tensordict

Last synced: 7 months ago
JSON representation

Multimodal datasets for spatial intelligence

Awesome Lists containing this project

README

          



banner


Ask DeepWiki


`rbyte` implements a [PyTorch](https://pytorch.org) [`Dataset`](https://pytorch.org/tutorials/beginner/basics/data_tutorial.html) with [`TensorClass`](https://docs.pytorch.org/tensordict/stable/reference/generated/tensordict.TensorClass.html)-based samples built from multimodal data.

## Installation

```bash
uv add rbyte [--extra ]
```

See `pyproject.toml` for available extras.

## Examples

```bash
git clone https://github.com/yaak-ai/rbyte && cd rbyte
nix develop # alternatively, install `uv`, `just`, `ytt`
just notebook examples/nuscenes.ipynb
```

## Development

```bash
git clone https://github.com/yaak-ai/rbyte && cd rbyte
nix develop
just setup
```