OMoBlur
收藏OMoBlur 数据集概述
数据集基本信息
- 数据集名称:OMoBlur (Object Motion Blur Dataset)
- 主要用途:用于真实世界局部运动去模糊的研究与基准测试
- 关联模型:OMDNet
- 论文状态:已被 CVPR 2026 接收
- 发布日期:2026年3月
数据集内容与结构
数据集包含用于训练和验证的图像数据,严格按照以下目录结构组织:
OMoBlur_Dataset/ ├── train/ │ ├── image_pairs/ │ │ └── <场景目录>/ # 例如:01 │ │ └── <拍摄目录>/ # 例如:0015 │ │ ├── 008_11_b.png # 模糊图像 │ │ ├── 008_11_m.png # 模糊掩码 │ │ └── 008_1.png # 地面真实清晰中间帧 │ └── image_sequence/ │ └── <场景目录>/ │ └── <拍摄目录>/ │ ├── 003.png # 模糊区间内的第一帧(8-11//2) │ └── 013.png # 模糊区间内的最后一帧(8+11//2) └── val/ ├── image_pairs/ ... └── image_sequence/ ...
数据获取与资源
- 官方主页:https://yudingchuan.github.io/OMoBlur_homepage/
- 发布平台:Hugging Face / 百度网盘
- 模型检查点:https://drive.google.com/file/d/1duqA86H3xiEjupJ6qtGOGo3eFFWAIOH3/view?usp=sharing
- 论文链接:https://arxiv.org/
引用格式
bibtex @inproceedings{yu2026omoblur, title = {OMoBlur: An Object Motion Blur Dataset and Benchmark for Real-World Local Motion Deblurring}, author = {Yu, Dingchuan and Li, Jiatong and Zhou, Jingwen and Zhuge, Zhengyue and Chen, Yueting and Li, Qi}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, year = {2026} }



