Dev-Kit for CoopScenes
Project description
CoopScenes
Multi-Scene Infrastructure and Vehicle Data for Advancing Collective Perception in Autonomous Driving
🚀 Overview
The CoopScenes dataset is a large-scale, multi-scene dataset designed to support research in collective perception,
real-time sensor registration, and cooperative intelligent systems for urban mobility. The dataset features synchronized
multi-sensor data from both an ego-vehicle and infrastructure sensors, providing researchers with high-quality data for
machine learning and sensor fusion applications.
📌 Key Features
✔ 104 minutes of synchronized data at 10 Hz, totaling 62,000 frames
✔ Highly accurate synchronization with a mean deviation of 2.3 ms
✔ Precise point cloud registration between the ego-vehicle and infrastructure sensors
✔ Automated annotation pipelines for object labeling
✔ Open-source anonymization for faces and license plates with BlurScene
✔ Diverse scenarios: public transport hubs, construction sites, and high-speed roads across three cities in Stuttgart, Germany
✔ Total dataset size: 527 GB in .4mse format, accessible via our development kit
📥 Download
The dataset can be accessed via official CoopScenes website and used with our development kit.
📢 INFO: The data will be fully published upon the official publication announcement.
🔧 Installation & Usage
To use the dataset, simply install our provided PyPi package:
python3 -m pip install CoopScenes
git clone https://github.com/MarcelVSHNS/CoopScenes.git
cd CoopScenes
python -m venv venv # install with apt-get install python3-venv
source venv/bin/activate
pip install -r requirements.txt
Sample Implementation
You can find detailed examples in the Colab notebook.
import coopscenes as cs
sample_record = cs.DataRecord("/content/example_record_1.4mse")
frame = sample_record[0]
frame.vehicle.cameras.STEREO_LEFT.show() # PIL Image
📑 Citation
@misc{vosshans2024aeifdatacollectiondataset,
author = {Marcel Vosshans and Alexander Baumann and Matthias Drueppel and Omar Ait-Aider and Ralf Woerner and Youcef Mezouar and Thao Dang and Markus Enzweiler},
title = {The AEIF Data Collection: A Dataset for Infrastructure-Supported Perception Research with Focus on Public Transportation},
url = {https://arxiv.org/abs/2407.08261},
year = {2024},
}
📜 License
This dataset is released under the MIT License.
Enjoy using CoopScenes! 🚀
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file coopscenes-0.9.4.tar.gz.
File metadata
- Download URL: coopscenes-0.9.4.tar.gz
- Upload date:
- Size: 40.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dad49d74e16146fd72c5102d6f014ad181c67f16c5998738407c6aa127dbe4c4
|
|
| MD5 |
b018ab6eea3c77b32124d8f5b8c55bf7
|
|
| BLAKE2b-256 |
98145cabb2f7cb6af0b528dc036ad5f0b5f367f4e7644bc86b9e41a8ebedb270
|
File details
Details for the file CoopScenes-0.9.4-py3-none-any.whl.
File metadata
- Download URL: CoopScenes-0.9.4-py3-none-any.whl
- Upload date:
- Size: 47.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa74d359d47ef87de4c70d4931612079e8755519acdcf73ed154565ea50c4cab
|
|
| MD5 |
1baa8a976611d82f1fc425cfaf4ec95d
|
|
| BLAKE2b-256 |
04889ac84d42db801659e8b422fd0c5e152aedd0e44244b0af8887ac77a2f3d2
|