SkillAgentSearch skills...

PEOD

Data and Codes for Our Paper "PEOD: A Pixel-Aligned Event-RGB Benchmark for Object Detection under Challenging Conditions"

Install / Use

/learn @bupt-ai-cz/PEOD
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PEOD: A Pixel-Aligned Event-RGB Benchmark for Object Detection under Challenging Conditions

<div align="center" <div align="center">

Project Page Paper Dataset

🚀 View Interactive Demo | 📖 Documentation | 💾 Download

</div>

🎯 Overview

PEOD is the first large-scale dataset providing synchronized high-resolution event streams and RGB images for object detection under challenging conditions. This groundbreaking dataset addresses the critical need for robust perception systems that can operate reliably across diverse environmental conditions, particularly in scenarios where traditional frame-based sensors struggle.

<div align="center"> <img src="assets/images/datasetshow.png" alt="PEOD Dataset Overview" width="800"/> </div>

🔬 Key Contributions

  • 🎥 High-Resolution Multimodal Data: 1280×720 pixel-aligned event streams and RGB frames captured using a coaxial dual-camera system
  • 🌍 Comprehensive Coverage: 120+ driving sequences across urban, suburban, and tunnel environments
  • 🌙 Challenging Conditions: 57% of data collected under low light, overexposed, or high-speed conditions
  • 🏷️ Rich Annotations: 340k manually verified bounding boxes across six object classes
  • ⚡ High Dynamic Range: Event camera with >87 dB HDR for extreme illumination scenarios

📊 Dataset Statistics

| Metric | Value | Description | |------------|-----------|-----------------| | Resolution | 1280×720 | High-resolution pixel-aligned streams | | Sequences | 120+ | Diverse driving scenarios | | Total Frames | 72k | Synchronized RGB and event data | | Annotations | 340k | Manually verified bounding boxes | | Frequency | 30 Hz | High-frequency data capture | | Classes | 6 | car, bus, truck, two-wheeler, three-wheeler, person | | Dynamic Range | >87 dB | Event camera HDR capability |

📁 Dataset Structure

PEOD/
├── rgb/
│   ├── train/
│   │   ├── sequence_001                       # the first RGB sequence
│   │   │   ├── sequence_001_0001.png          # the first RGB frame
│   │   │   ├── sequence_001_0001.png          # the second RGB frame
│   │   │   └── ...
│   │   ├── sequence_002                       # the second RGB sequence
│   │   └── ...                                
│   └── test/
│   │   ├── challenge/                         # the Illumination Challenge Subset
│   │   │   ├── sequence_001_test              # the first illumination challenge sequence
│   │   │   └── ...
│   │   └── nromal/                            # the Normal Subset
│   │   │   ├── sequence_013_test              # the first normal sequence
│   │   │   └── ...
├── event/
│   ├── train/
│   │   ├── sequence_001.dat              
│   │   ├── sequence_002.dat
│   │   └── ...              
│   └── test/
│   │   ├── challenge/                         
│   │   │   ├── sequence_001_test.dat          
│   │   │   └── ...
│   │   └── nromal/                            
│   │   │   ├── sequence_013_test.dat            
│   │   │   └── ...
├── timestamp/
│   └── [similar structure]
└── annotations/
    └── [similar structure]

🎯 Object Classes

The dataset includes six carefully selected object classes relevant to autonomous driving:

| Class | Description | Typical Scenarios | |-----------|-----------------|----------------------| | Car | Standard passenger vehicles | Urban/suburban driving | | Person | Pedestrians | Crosswalks, sidewalks | | Bus | Public transportation vehicles | City centers, bus routes | | Truck | Commercial vehicles | Highways, industrial areas | | Two-wheeler | Motorcycles, bicycles | Urban intersections | | Three-wheeler | Auto-rickshaws, tricycles | Developing urban areas |

🌟 Unique Features

🔄 Perfect Pixel Alignment

Our coaxial dual-camera system ensures precise spatial correspondence between event and RGB data, enabling accurate multimodal fusion.

🌓 Challenging Conditions

  • Low light scenarios: Twilight, dawn, underground passages
  • High-speed motion: Highway driving, rapid camera movements
  • Extreme illumination: Direct sunlight, headlight glare, tunnel exits

⚡ Event Camera Advantages

  • High temporal resolution: Microsecond precision
  • High dynamic range: >87 dB vs ~60 dB for standard cameras
  • Motion blur immunity: Sharp perception during rapid movement
  • Low latency: Real-time perception capabilities

📥 Download

🚧 Dataset Download: The PEOD dataset can be downloaded from Baidu Netdisk.

📚 Citation

If you use PEOD in your research, please cite our paper:

@article{cui2025peod,
  title={PEOD: A Pixel-Aligned Event-RGB Benchmark for Object Detection under Challenging Conditions},
  author={Cui, Luoping and Liu, Hanqing and Liu, Mingjie and Lin, Endian and Jiang, Donghong and Wang, Yuhao and Zhu, Chuang},
  journal={arXiv preprint arXiv:2511.08140},
  year={2025}
}

🤝 Contributing

We welcome contributions to improve the dataset and benchmark! Please see our project page for contribution guidelines.

📄 License

This dataset is released under MIT License. Please refer to our License for detailed licensing information.

📞 Contact

For questions, suggestions, or collaboration opportunities:


<div align="center">

🌟 Star this repository if you find PEOD useful for your research! 🌟

GitHub stars GitHub forks

</div>

Related Skills

View on GitHub
GitHub Stars125
CategoryDevelopment
Updated3d ago
Forks1

Languages

HTML

Security Score

80/100

Audited on Apr 1, 2026

No findings