FE-Blurframe
收藏FE-Blurframe 数据集概述
数据集基本信息
- 名称:FE-Blurframe Dataset
- 许可证:MIT
- 标签:计算机视觉、线段检测、线框解析、模糊图像、事件数据
- 数据规模:小于1K样本
数据采集与内容
- 采集设备:采用双摄像头系统,包含DAVIS 346事件相机和FLIR RGB相机,通过分束器安装
- 采集地点:武汉大学
- 场景类型:多样化的室内和室外场景
- 序列数量:52个序列
- 数据内容:每个序列包含事件相机的事件流和APS图像,以及FLIR相机同步的高帧率RGB图像(200 Hz,640×512分辨率)
数据组织
- 格式:JSON文件(train.json, test.json)及对应的图像和事件数据
- 训练集样本数:600
- 测试集样本数:200
数据特征
- 特征字段:
- blur_image(模糊图像)
- start_image(起始图像)
- end_image(结束图像)
- events(事件数据)
- H(矩阵)
- image_size(图像尺寸)
- junc(连接点)
- flow(光流)
- lines(线段)
- edges_positive(正边缘)
下载方式
-
通过huggingface-hub下载: shell python3 -m pip install huggingface-hub huggingface-cli download --repo-type dataset lh9171338/FE-Blurframe --local-dir ./
-
通过Git下载: shell git lfs install git clone https://huggingface.co/datasets/lh9171338/FE-Blurframe
使用方式
-
从Hugging Face Hub加载: python from datasets import load_dataset ds = load_dataset("lh9171338/FE-Blurframe", trust_remote_code=True)
-
从本地加载: python from datasets import load_dataset ds = load_dataset("FE-Blurframe.py", trust_remote_code=True)
-
使用jsonl文件加载: python import jsonlines with jsonlines.open("test.jsonl") as reader: infos = list(reader)
引用信息
@ARTICLE{10323537, author={Yu, Huai and Li, Hao and Yang, Wen and Yu, Lei and Xia, Gui-Song}, journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, title={Detecting Line Segments in Motion-Blurred Images With Events}, year={2023}, pages={1-16}, doi={10.1109/TPAMI.2023.3334877} }




