Skip to content

Software Development Kit for the Oxford Robotcar Dataset

License

Notifications You must be signed in to change notification settings

SamuelChee/robotcar-dataset-sdk

This branch is 2 commits ahead of ori-mrg/robotcar-dataset-sdk:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Samuel Chee
Sep 10, 2023
a939829 · Sep 10, 2023

History

45 Commits
Sep 4, 2019
Jan 21, 2020
Feb 21, 2017
Sep 10, 2023
Jan 10, 2017
Oct 20, 2016
Sep 4, 2019

Repository files navigation

RobotCar Dataset SDK

This repo contains sample MATLAB and Python code for viewing and manipulating data from the Oxford Robotcar Dataset and Oxford Radar Robotcar Dataset.

Directories

extrinsics: Extrinsic calibrations between the sensors on the vehicle

matlab: Sample matlab code for viewing and manipulating data

models: Camera models. See the sample python or matlab code for how to use these

python: Sample python code for viewing and manipulating data

tags: Lists of tags for each dataset

Obtaining Data

Oxford RobotCar Dataset

To obtain the data, please visit the dataset website. Downloads are chunked into .tar files containing no more than 5GB each, where each chunk corresponds to the same time window for all sensors.

It is recommended that you extract all tar files to the same directory - this will leave all the data in a sensible heirarchical directory structure.

An example script for scraping the dataset website can be found at RobotCarDataset-Scraper.

Oxford Radar Robotcar Dataset

To obtain the data, please visit the dataset website. Downloads are separated into individual zip files for each sensor, for each traversal.

It is recommended that you extract all tar files to the same directory - this will leave all the data in a sensible heirarchical directory structure.

An example script for scraping the dataset website can be found at radar-robotcar-dataset-sdk.

About

Software Development Kit for the Oxford Robotcar Dataset

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • MATLAB 52.2%
  • Python 47.8%