HighREV
收藏NTIRE 2025 基于事件的去模糊挑战数据集概述
数据集基本信息
- 名称: HighREV数据集
- 用途: 基于事件的图像去模糊研究
- 关联会议: CVPR 2025 NTIRE挑战赛
数据集下载
测试集
- 模糊图像和原始事件数据:
- CodaLab下载链接: https://codalab.lisn.upsaclay.fr/my/datasets/download/3ed362b8-9084-414d-a5f3-d906708773cf
- Kaggle下载链接: https://www.kaggle.com/datasets/lei0331/highrev-testset
- 体素输入(可选):
- CodaLab下载链接: https://codalab.lisn.upsaclay.fr/my/datasets/download/bf89f778-353a-4a51-9dba-69894de81db0
- Kaggle下载链接: https://www.kaggle.com/datasets/lei0331/highrev-testset
训练集和验证集
- 原始事件数据:
- 下载链接: https://codalab.lisn.upsaclay.fr/my/datasets/download/9f275580-9b38-4984-b995-1e59e96b6111
- 处理后的体素网格(可选):
- 下载链接: https://codalab.lisn.upsaclay.fr/my/datasets/download/c83e95ab-d4e6-4b9f-b7de-e3d3b45356e3
数据集结构
--HighREV |----train | |----blur | | |----SEQNAME_%5d.png | |----event | | |----SEQNAME_%5d_%2d.npz | |----sharp | | |----SEQNAME_%5d.png |----val ...
数据处理工具
- 事件转体素工具:
./basicsr/utils/npz2voxel.py - 数据集处理代码:
- 原始事件处理:
./basicsr/data/npz_image_dataset.py - 体素网格处理:
./basicsr/data/voxelnpz_image_dataset.py
- 原始事件处理:
训练与测试
训练
-
单GPU训练: bash python ./basicsr/train.py -opt options/train/HighREV/EFNet_HighREV_Deblur.yml
-
多GPU训练: bash python -m torch.distributed.launch --nproc_per_node=4 --master_port=4321 basicsr/train.py -opt options/train/HighREV/EFNet_HighREV_Deblur.yml --launcher pytorch
测试
bash python3 basicsr/test.py -opt options/test/HighREV/EFNet_HighREV_Deblur.yml
注意事项
- 建议使用HighREV数据集进行训练
- 为保持公平性,请勿使用验证集的GT图像进行训练
- 排名靠前的参与者将获得奖励并被邀请在CVPR 2025 NTIRE研讨会上展示解决方案
引用文献
bibtex @inproceedings{sun2023event, title={Event-based frame interpolation with ad-hoc deblurring}, author={Sun, Lei and Sakaridis, Christos and Liang, Jingyun and Sun, Peng and Cao, Jiezhang and Zhang, Kai and Jiang, Qi and Wang, Kaiwei and Van Gool, Luc}, booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition}, pages={18043--18052}, year={2023} }
@inproceedings{sun2022event, title={Event-Based Fusion for Motion Deblurring with Cross-modal Attention}, author={Sun, Lei and Sakaridis, Christos and Liang, Jingyun and Jiang, Qi and Yang, Kailun and Sun, Peng and Ye, Yaozu and Wang, Kaiwei and Gool, Luc Van}, booktitle={European Conference on Computer Vision}, pages={412--428}, year={2022}, organization={Springer} }




