Real Low-light Event Dataset

Citation Author(s):
Haoyue
Liu
Submitted by:
HAOYUE LIU
Last updated:
Tue, 08/20/2024 - 04:09
DOI:
10.21227/8vyn-2887
Data Format:
Links:
License:
0
0 ratings - Please login to submit your rating.

Abstract 

RLED contains 80,400 images and corresponding events, we utilized a photometer to continuously measure scene illumination and calculate the illumination value after attenuation at the event camera. The capture scenes included city (35.0%), suburbs (10.3%), town (14.5%), village (17.8%), and valley (22.4%). Half of the RLED frames are captured at a frame rate of 25 fps, and the other half at 10 fps. The exposure time is set to 1ms, 3ms, and 5ms based on the varying environmental illumination.

Instructions: 

### 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](https://pan.baidu.com/share/init?surl=h-iI5H_5DUIc2dQKvGXUkA=cknc) (code: `cknc`)

 

[OneDrive](https://1drv.ms/f/c/33d779a79b43175a/EvwW6jKyq_dOj7aP0IjXqJgBKNdz6yRvE7m...)

 

RLED provides spatially and temporally aligned image GTs and low-light events:![RLED_sample0](samples/RLED_sample_0.gif)![RLED_sample1](samples/RLED_sample_1.gif)

 

### Data FormatThe H5 file is based on [h5_tools](https://github.com/TimoStoff/events_contrast_maximization/tree/d6241dc90...).

 

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```

 

- events: xs(column idx), ys(row idx), ts(timestamp in microseconds), ps(polarity).- images: the collection of all images.  - event_idx: the index of the event in the entire event stream sequence corresponding to the end of exposure time for the current image.  - size: image size (height * width).  - timestamp: the timestamp of the end of image exposure in microseconds.- event_indices(Optional): An [n, 2] array, where n is the number of images in the current h5 file. To ensure a strict correspondence between events and images, we extend 10 ms before and after the midpoint of each image's exposure time and calculate the indices of the events corresponding to the start and end times.- attribute info:  - duration: the duration of the current h5 file.  - num_events: the total number of events.  - num_neg: the total number of negtive events.  - num_pos: the total number of positive events.  - num_imgs: the total number of images.  - sensor_resolution: image size (width, height).  - t0: the timestamp of the first event.  - tk: the timestamp of the last event.

Funding Agency: 
National Natural Science Foundation of China under Grant
Grant Number: 
62371203

Comments

RLED

Submitted by HAOYUE LIU on Tue, 08/20/2024 - 04:11

Dataset Files

    Files have not been uploaded for this dataset