ReinAD
收藏资源简介:
ReinAD数据集是一个用于真实世界工业异常检测的全面对比数据集,包含训练集和测试集。所有正常和异常图像都存储为hdf5格式,并包含像素级注释来区分正常和异常区域。数据集的文件结构包括多个类别的hdf5文件,每个文件中包含异常图像和正常图像以及对应的遮罩。
The ReinAD dataset is a comprehensive comparative dataset for real-world industrial anomaly detection, comprising both training and test sets. All normal and anomalous images are stored in HDF5 format, with pixel-level annotations provided to distinguish between normal and anomalous regions. The file structure of the dataset includes multiple categorized HDF5 files, each containing abnormal images, normal images, and their corresponding masks.
ReinAD数据集概述
基本信息
- 许可证: CC-BY-NC-SA-4.0
- 语言: 英语
- 数据规模: 100B<n<1T
数据集描述
ReinAD是一个面向真实世界工业异常检测的综合对比数据集,包含训练集和测试集。
数据格式
- 所有正常和异常图像均采用HDF5格式存储
- 掩码标注中:0值像素代表正常区域,1值像素代表异常区域
文件结构
dataset/ ├── train/ │ ├── category1.h5 │ ├── category2.h5 │ └── ... │ └── test/ ├── category1.h5 ├── category2.h5 └── ...
HDF5文件结构
-
根目录属性:
- split: "train"/"test"
- category: 类别名称
-
图像数据:
- Anomaly_X: [chunk_size, H, W, C] - 异常图像
- Normal_X: [chunk_size, H, W, C] - 正常图像
- chunk_size = 100
-
掩码数据:
- Anomaly_X: [chunk_size, H, W] - 异常图像的像素级标注




