All Projects → xinshuoweng → AIODrive

xinshuoweng / AIODrive

Licence: other
Official Python/PyTorch Implementation for "All-In-One Drive: A Large-Scale Comprehensive Perception Dataset with High-Density Long-Range Point Clouds"

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to AIODrive

3d Pointcloud
Papers and Datasets about Point Cloud.
Stars: ✭ 179 (+459.38%)
Mutual labels:  detection, point-cloud, datasets
brfv4 android examples
Android Studio project (Java)
Stars: ✭ 43 (+34.38%)
Mutual labels:  tracking, detection
DiscEval
Discourse Based Evaluation of Language Understanding
Stars: ✭ 18 (-43.75%)
Mutual labels:  evaluation, datasets
Awesome-Vision-Transformer-Collection
Variants of Vision Transformer and its downstream tasks
Stars: ✭ 124 (+287.5%)
Mutual labels:  tracking, detection
hydrotools
Suite of tools for retrieving USGS NWIS observations and evaluating National Water Model (NWM) data.
Stars: ✭ 36 (+12.5%)
Mutual labels:  evaluation, forecasting
VideoRecognitionTracking
Real time object or face detection recognition and tracking in video. The Full end-to-end project.
Stars: ✭ 36 (+12.5%)
Mutual labels:  tracking, detection
opencv TLD
TLD:tracking-learning-detection 跟踪算法
Stars: ✭ 41 (+28.13%)
Mutual labels:  tracking, detection
Jeelizfacefilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 2,042 (+6281.25%)
Mutual labels:  tracking, detection
Object-Detection-And-Tracking
Target detection in the first frame and Tracking target by SiamRPN.
Stars: ✭ 33 (+3.13%)
Mutual labels:  tracking, detection
datasets
🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
Stars: ✭ 13,870 (+43243.75%)
Mutual labels:  evaluation, datasets
farm-animal-tracking
Farm Animal Tracking (FAT)
Stars: ✭ 19 (-40.62%)
Mutual labels:  tracking, detection
VISO
[IEEE TGRS 2021] Detecting and Tracking Small and Dense Moving Objects in Satellite Videos: A Benchmark
Stars: ✭ 61 (+90.63%)
Mutual labels:  tracking, detection
napari-hub
Discover, install, and share napari plugins
Stars: ✭ 44 (+37.5%)
Mutual labels:  tracking, detection
verif
Software for verifying weather forecasts
Stars: ✭ 70 (+118.75%)
Mutual labels:  evaluation, forecasting
Mcmot
Real time one-stage multi-class & multi-object tracking based on anchor-free detection and re-id
Stars: ✭ 181 (+465.63%)
Mutual labels:  tracking, detection
Perception-of-Autonomous-mobile-robot
Perception of Autonomous mobile robot,Using ROS,rs-lidar-16,By SLAM,Object Detection with Yolov5 Based DNN
Stars: ✭ 40 (+25%)
Mutual labels:  detection, perception
point-cloud-prediction
Self-supervised Point Cloud Prediction Using 3D Spatio-temporal Convolutional Networks
Stars: ✭ 97 (+203.13%)
Mutual labels:  point-cloud, forecasting
Ab3dmot
(IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"
Stars: ✭ 1,032 (+3125%)
Mutual labels:  tracking, evaluation
Deep Learning For Tracking And Detection
Collection of papers, datasets, code and other resources for object tracking and detection using deep learning
Stars: ✭ 1,920 (+5900%)
Mutual labels:  tracking, detection
ARFaceFilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 72 (+125%)
Mutual labels:  tracking, detection

AIODrive

All-In-One Drive: A Large-Scale Comprehensive Perception Dataset with High-Density Long-Range Point Clouds

This repository contains the official implementation for our manuscript "All-In-One Drive: A Large-Scale Comprehensive Perception Dataset with High-Density Long-Range Point Clouds". Our project website is here. If you find our paper or code useful, please cite our paper below:

@article{Weng2020_AIODrive,
author = {Weng, Xinshuo and Man, Yunze and Cheng, Dazhi and Park, Jinhyung and O'Toole, 
Matthew and Kitani, Kris},
journal = {arXiv},
title = {{All-In-One Drive: A Large-Scale Comprehensive Perception Dataset with 
High-Density Long-Range Point Clouds}},
year = {2020}
}

Introduction

Developing datasets that cover comprehensive sensors, annotations and full data distribution is important for innovating robust multi-sensor multi-task perception systems. Though many datasets have been released, they target for different use-cases such as 3D segmentation (SemanticKITTI), radar sensing (nuScenes), large-scale training (Waymo). As a result, we are still in need of a dataset that forms a union of various strengths of existing datasets. To address this challenge, we present the AIODrive dataset, a synthetic large-scale dataset that provides comprehensive sensors, annotations and environmental variations. Specifically, we provide (1) eight sensor modalities (RGB, Stereo, Depth, LiDAR, SPAD-LiDAR, Radar, IMU, GPS), (2) annotations for all mainstream perception tasks (\emph{e.g.}, detection, tracking, trajectory prediction, segmentation, depth estimation), and (3) rare driving scenarios such as adverse weather and lighting, crowded scenes, high-speed driving, violation of traffic rules, and accidents. In addition to comprehensive data, long-range perception is also important to perception systems as early detection of faraway objects can help prevent collision in high-speed driving scenarios. However, due to the sparsity and limited range of point cloud data in prior datasets, developing and evaluating long-range perception algorithms is challenging. To address the issue, we provide high-density long-range point clouds for LiDAR and SPAD-LiDAR sensors, about 10$\times$ denser and larger sensing range than Velodyne-64.

Dependencies:

This code depends on my personal toolbox: https://github.com/xinshuoweng/Xinshuo_PyToolbox. Please install the toolbox by

1. Clone the github repository.

git clone https://github.com/xinshuoweng/Xinshuo_PyToolbox

2. Install dependency for the toolbox.

cd Xinshuo_PyToolbox
pip install -r requirements.txt
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].