Skip to content

Instantly share code, notes, and snippets.

View aubsw's full-sized avatar

Aubrey Wahl aubsw

  • San Francisco, CA
View GitHub Profile
@aubsw
aubsw / hugging_face_datasets.md
Last active April 28, 2025 17:40
Openpilot tips 'n tricks

Working with the huggingface dataset

Some tips for dealing with https://huggingface.co/datasets/commaai/commaCarSegments

For context, this dataset contains raw log data for a (a lot) of drives.

I wanted to learn about the CAN BUS messages on certain vehicles types. What follows are some tips for working with the dataset.

Prereqs