All Projects → ori-mrg → Robotcar Dataset Sdk

ori-mrg / Robotcar Dataset Sdk

Licence: other
Software Development Kit for the Oxford Robotcar Dataset

Programming Languages

python
139335 projects - #7 most used programming language
matlab
3953 projects

Projects that are alternatives of or similar to Robotcar Dataset Sdk

sparse-scene-flow
This repo contains C++ code for sparse scene flow method.
Stars: ✭ 23 (-84.77%)
Mutual labels:  robotics, vision
Pytorch Dense Correspondence
Code for "Dense Object Nets: Learning Dense Visual Object Descriptors By and For Robotic Manipulation"
Stars: ✭ 445 (+194.7%)
Mutual labels:  robotics, vision
Medical Datasets
tracking medical datasets, with a focus on medical imaging
Stars: ✭ 296 (+96.03%)
Mutual labels:  datasets, learning
Arucogen
Online ArUco markers generator
Stars: ✭ 155 (+2.65%)
Mutual labels:  vision, website
Awesome Machine Learning
🎰 A curated list of machine learning resources, preferably CoreML
Stars: ✭ 716 (+374.17%)
Mutual labels:  learning, vision
Ros robotics projects
Example codes of new book ROS Robotics Projects
Stars: ✭ 240 (+58.94%)
Mutual labels:  robotics, learning
Awesome Cybersecurity Datasets
A curated list of amazingly awesome Cybersecurity datasets
Stars: ✭ 380 (+151.66%)
Mutual labels:  datasets, learning
Opencog
A framework for integrated Artificial Intelligence & Artificial General Intelligence (AGI)
Stars: ✭ 2,132 (+1311.92%)
Mutual labels:  robotics, learning
Visual Pushing Grasping
Train robotic agents to learn to plan pushing and grasping actions for manipulation with deep reinforcement learning.
Stars: ✭ 516 (+241.72%)
Mutual labels:  robotics, vision
Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (+216.56%)
Mutual labels:  robotics, datasets
Grip
Program for rapidly developing computer vision applications
Stars: ✭ 314 (+107.95%)
Mutual labels:  robotics, vision
Robotics Coursework
🤖 Places where you can learn robotics (and stuff like that) online 🤖
Stars: ✭ 1,810 (+1098.68%)
Mutual labels:  robotics, learning
Vector Python Sdk
Anki Vector Python SDK
Stars: ✭ 462 (+205.96%)
Mutual labels:  robotics, vision
Ros Academy For Beginners
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
Stars: ✭ 861 (+470.2%)
Mutual labels:  robotics, learning
Ravens
Train robotic agents to learn pick and place with deep learning for vision-based manipulation in PyBullet. Transporter Nets, CoRL 2020.
Stars: ✭ 133 (-11.92%)
Mutual labels:  robotics, vision
Drake
Model-based design and verification for robotics.
Stars: ✭ 2,074 (+1273.51%)
Mutual labels:  robotics
Android Developer Roadmap
Android Developer Roadmap - A complete roadmap to learn Android App Development
Stars: ✭ 2,170 (+1337.09%)
Mutual labels:  learning
Open Quadruped
An open-source 3D-printed quadrupedal robot. Intuitive gait generation through 12-DOF Bezier Curves. Full 6-axis body pose manipulation. Custom 3DOF Leg Inverse Kinematics Model accounting for offsets.
Stars: ✭ 148 (-1.99%)
Mutual labels:  robotics
Cloudflare Ip Tester
Cloudflare IP Batch Test Tool including HTTP respond time, region detection and download speed test
Stars: ✭ 148 (-1.99%)
Mutual labels:  website
Muffet
Fast website link checker in Go
Stars: ✭ 1,861 (+1132.45%)
Mutual labels:  website

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].