Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.28 KB

README.md

File metadata and controls

57 lines (43 loc) · 1.28 KB

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