Skip to content

yaak-ai/rbyte

Repository files navigation

banner

rbyte provides a PyTorch Dataset with tensorclass samples built from multimodal data

Installation

uv add rbyte [--extra <EXTRA>]

See pyproject.toml for available extras.

Examples

  1. Install required tools:
  1. Clone:
git clone https://github.com/yaak-ai/rbyte
  1. Run:
cd rbyte
just notebook examples/nuscenes_mcap.ipynb

Development

  1. Install required tools:
  1. Clone:
git clone https://github.com/yaak-ai/rbyte
  1. Run:
cd rbyte
just setup