Skip to content

Latest commit

 

History

History
80 lines (68 loc) · 3.58 KB

README.md

File metadata and controls

80 lines (68 loc) · 3.58 KB

Towards Robust Event-guided Low-Light Image Enhancement: A Large-Scale Real-World Event-Image Dataset and Novel Approach (CVPR24 Oral)

arXiv

News 📢

  • 2024.04.06: We plan to release our dataset and code no later than July.
  • 2024.06.15: Our dataset and synthetic event dataset of SDSD are released :)

TODO list 📌

  • The release of synthetic event dataset of SDSD
  • The release of our collected SDE dataset
  • The release of our code

SDE dataset 📁

SED dataset contains 91 image+event paired sequences (43 indoor sequences and 48 outdoor sequences) captured with a DAVIS346 event camera which outputs RGB images and events with the resolution of 346*260. For all collected sequences, 76 sequences are randomly selected for training, and 15 sequences are for testing.

You can download the aglined dataset for experiments using the following link: baidu pan (pwd: w7qe) and Onedrive.

To reduce the size of files, we remove the split normal-light event streams and the whole normal-light event streams. If you need this additional data, pls send an email to us with your motivation and affiliation.

The arrangement of the dataset is

--indoor/outdoor 
| 
----test 
|   | 
|   ----pair1 
|       | 
|       ----low 
|       |   | 
|       |   ----xxx.png (low-light RGB frame) 
|       |   ----xxx.npz (split low-light event streams) 
|       |   ----lowligt_event.npz (the whole low-light event stream) 
|       | 
|       ----normal 
|           | 
|           ----xxx.png (normal-light RGB frame) 
| 
----train 
    | 
    ----pair1 
        | 
        ----low 
        |   | 
        |   ----xxx.png (low-light RGB frame) 
        |   ----xxx.npz (split low-light event streams) 
        |   ----lowligt_event.npz (the whole low-light event stream) 
        | 
        ----normal 
            | 
            ----xxx.png (normal-light RGB frame) 

SDSD dataset 📁

Unlike the original configuration in SDSD, our project incorporates events as an additional input. We have provided the processed event data for this purpose. To prepare the data, we downsampled the original videos to the resolution of the DAVIS346 event camera (346x260) and inputted these resized images into the v2e event simulator. This simulator uses its default model to synthesize noisy event streams.

You can download the processed event dataset for experiments using the following link: baidu pan (pwd: wrjv) and Onedrive.

Due to slow motion at the beginning and end of videos, the generated events may be sparse. Therefore, we recommend skipping the first three and last three split event files.

The arrangement of the dataset is

--indoor/outdoor 
| 
----test 
|   | 
|   ----pair1 
|       | 
|       ----low (the split low-light event streams for each RGB frame) 
|       ----low_event (the whole synthetic low-light event stream) 
| 
----train 
    | 
    ----pair1 
        | 
        ----low (the split low-light event streams for each RGB frame) 
        ----low_event (the whole synthetic low-light event stream)