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: 12 days ago
JSON representation

Multimodal datasets for spatial intelligence

Awesome Lists containing this project

README

        



banner




`rbyte` provides a [PyTorch](https://pytorch.org) [`Dataset`](https://pytorch.org/tutorials/beginner/basics/data_tutorial.html) with [`tensorclass`](https://pytorch.org/tensordict/main/reference/tensorclass.html) samples built from multimodal data

## Installation

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

See `pyproject.toml` for available extras.

## Examples

1. Install required tools:
- [`uv`](https://github.com/astral-sh/uv)
- [`just`](https://github.com/casey/just)
- [`ytt`](https://carvel.dev/ytt/)

2. Clone:
```shell
git clone https://github.com/yaak-ai/rbyte
```

3. Run:
```shell
cd rbyte
just notebook examples/nuscenes_mcap.ipynb
```

## Development

1. Install required tools:
- [`uv`](https://github.com/astral-sh/uv)
- [`just`](https://github.com/casey/just)
- [`ytt`](https://carvel.dev/ytt/)

2. Clone:
```bash
git clone https://github.com/yaak-ai/rbyte
```

3. Run:
```shell
cd rbyte
just setup
```