Home

Awesome

NER-Net

Official repository for the CVPR 2024 paper, "Seeing Motion at Nighttime with an Event Camera

CVPR2024 Seeing Motion at Nighttime with an Event Camera

Real Low-light Event Dataset (RLED)

Download

The publicly available RLED dataset includes 100 training sequences (about 171GB) and 12 test sequences (about 21GB), including 5 scenes such as city, suburbs, town, valley, and village. To reduce storage and transmission costs, all data is stored in .h5 format, and the images have been converted to grayscale. We offer both Baidu Cloud Drive and Microsoft OneDrive for data download:

Baidu Disk (code: cknc)

OneDrive

RLED provides spatially and temporally aligned image GTs and low-light events: RLED_sample0 RLED_sample1

Data Format

The H5 file is based on h5_tools.

The structure of the h5 file is the following:

├── city_0000_25fps.h5
│   └── events
│       ├── xs
│       ├── ys
│       ├── ts
│       ├── ps
│   └── images
│       ├── image000000000
        │   ├── event_idx
        │   ├── size
        │   └── timestamp
│       ├── image000000001
│       ├── image000000002
│       │   ...
│   └── event_indices
│
│   ─── attribute info
│       ├── duration
│       ├── num_events
│       ├── num_neg
│       ├── num_pos
│       ├── num_imgs
│       ├── sensor_resolution
│       ├── t0
        └── tk

Citation

Please cite us if our work is useful for your research, thank you!

@inproceedings{liu2024seeing,
  title={Seeing Motion at Nighttime with an Event Camera},
  author={Liu, Haoyue and Peng, Shihan and Zhu, Lin and Chang, Yi and Zhou, Hanyu and Yan, Luxin},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={25648--25658},
  year={2024}
}