Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. LIDAR
  3. GitHub repository

GitHub repository

BSD-3-ClausePythonv2.0.0

A Python devkit for working with the Boreas and Boreas Road Trip all-weather autonomous driving datasets.

GitHubGitHub
121 stars14 forks0 contributors

What is GitHub repository?

pyboreas is a Python development kit for the Boreas and Boreas Road Trip autonomous driving datasets. It provides tools to load, access, and process multi-sensor data including lidar, camera, radar, and GNSS/IMU data collected in all-weather and challenging road conditions. The kit supports benchmarking tasks like odometry, localization, and 3D object detection for autonomous vehicle research.

Target Audience

Researchers and developers working on autonomous driving, robotics, computer vision, and sensor fusion who need access to high-quality, multi-sensor datasets for algorithm development and evaluation.

Value Proposition

It offers a standardized and efficient interface to two comprehensive autonomous driving datasets with accurate timestamps and poses, supporting both sequential and random data access patterns. The inclusion of all-weather and challenging road data makes it valuable for robust perception and localization research.

Overview

Devkit for the Boreas autonomous driving dataset.

Use Cases

Best For

  • Developing and benchmarking visual-lidar-radar odometry algorithms
  • Training and evaluating 3D object detection models in diverse weather conditions
  • Researching sensor fusion techniques for autonomous driving
  • Testing localization systems on challenging road routes
  • Studying the impact of weather on autonomous vehicle perception
  • Comparing performance of different sensor modalities (lidar, camera, radar)

Not Ideal For

  • Projects requiring synchronous multi-sensor data out-of-the-box (like KITTI), as sensors are asynchronous and need manual timestamp-based alignment.
  • Small teams or hobbyists with limited storage and bandwidth, due to large dataset sizes (requiring AWS CLI downloads and significant disk space).
  • Real-time applications or live data streaming, since the kit is designed for offline research with pre-recorded sequences.
  • Plug-and-play datasets with built-in preprocessing, as users must handle memory management (e.g., calling unload_data()) and data synchronization manually.

Pros & Cons

Pros

Diverse Sensor Suite

Includes high-end sensors like 128-beam Velodyne lidar, 5MP camera, and Navtech radar, providing comprehensive data for multi-modal perception and fusion research.

Weather and Route Diversity

Covers all-weather conditions in Boreas and challenging roads in Boreas-RT, enabling robustness testing for autonomous systems in varied environments.

Benchmarking Infrastructure

Supports live leaderboards for odometry, localization, and 3D object detection, facilitating direct comparison with state-of-the-art methods.

Accurate Spatiotemporal Data

Each sensor frame has precise timestamps and ground truth poses in ENU coordinates, essential for handling asynchronous measurements and accurate localization.

Cons

Cumbersome Data Acquisition

Downloading requires AWS CLI setup and large storage space, with no lightweight or alternative download options, making initial access barrier-heavy.

Manual Memory Management

Users must explicitly call unload_data() on frames to avoid memory bloat, adding complexity and potential for errors in data processing pipelines.

Incomplete Ground Truth

Test sequences lack ground truth poses, limiting evaluation for tasks like odometry without additional workarounds or assumptions.

Asynchronous Data Challenge

Sensors are not synchronous (unlike datasets like KITTI), requiring extra effort for data alignment, which can be non-trivial for beginners.

Frequently Asked Questions

Quick Stats

Stars121
Forks14
Contributors0
Open Issues2
Last commit14 days ago
CreatedSince 2021

Tags

#lidar#robotics#autonomous-driving#camera#localization#radar#computer-vision#dataset#object-detection#odometry

Built With

A
AWS CLI
P
Python
N
NumPy

Included in

LIDAR1.2k
Auto-fetched 6 hours ago

Related Projects

GitHub repositoryGitHub repository

Autonomous Vehicle Seasonal Dataset

Stars310
Forks71
Last commit3 years ago
Brno Urban DatasetBrno Urban Dataset

Navigation and localisation dataset for self driving cars and autonomous robots

Stars164
Forks16
Last commit4 days ago
Ford DatasetFord Dataset

The dataset is time-stamped and contains raw data from all the sensors, calibration values, pose trajectory, ground truth pose, and 3D maps. The data is Robot Operating System (ROS) compatible

Stars0
Forks0
Last commit
Oxford RobotCarOxford RobotCar

The Oxford RobotCar Dataset contains over 100 repetitions of a consistent route through Oxford, UK, captured over a period of over a year

Stars0
Forks0
Last commit
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub