religious-artwork-analysis-data
收藏资源简介:
本数据集来源于Kaggle,包含3,997件艺术作品的元数据及对应图像。元数据文件(artwork_metadata.csv)记录了每件作品的详细信息,包括文件名、宗教类别(佛教、基督教、印度教各1,000件,伊斯兰教997件)、子宗教类别、艺术家、作品标题、创作年份、创作地点、数据来源、来源ID、来源URL和图像URL。图像文件保存在独立目录中,文件名与元数据记录一一对应。数据集还包含由后续处理流程生成的保护性背景掩码、判定文件(verdicts.csv)以及按特征族组织的特征文件(Parquet格式)。该数据集适用于宗教艺术图像分类、艺术作品属性分析、跨模态(图像-文本)学习等计算机视觉与数字人文研究任务。
This dataset is sourced from Kaggle and contains metadata and paired images for 3,997 artworks. The metadata file (artwork_metadata.csv) records detailed information for each artwork, including filename, religious category (1,000 samples each for Buddhism, Christianity, and Hinduism, with 997 samples for Islam), sub-religious category, artist, artwork title, creation year, creation location, data source, source ID, source URL, and image URL. The corresponding image files are stored in a separate directory, with filenames fully matching those in the metadata records. The dataset also includes protective background masks generated by the post-processing pipeline, a verdicts.csv file, and feature files organized by feature families in Parquet format. This dataset supports research tasks in computer vision and digital humanities, including religious art image classification, artwork attribute analysis, and cross-modal (image-text) learning.
数据集概述
该数据集旨在支持宗教艺术品分析任务,包含来自四种宗教传统的美术作品图像与元数据。
数据规模与构成
- 总记录数:3,997条(图像及其对应元数据)
- 宗教分布:
- 佛教:1,000件
- 基督教:1,000件
- 印度教:1,000件
- 伊斯兰教:997件
元数据字段
数据集通过artwork_metadata.csv文件提供,每行包含以下字段:
- filename:图像文件名
- religion:所属宗教(buddhism / christianity / hinduism / islam)
- sub_religion:子宗教分类
- artist:艺术家
- title:作品标题
- year:创作年份
- place:创作地点
- source:数据来源平台
- source_id:来源平台中的唯一标识符
- source_url:来源平台页面链接
- image_url:原始图像链接
文件结构
- data/artwork_metadata.csv:3,997行的元数据文件
- data/images/:包含3,997张图像,文件名与CSV中的filename字段对应
- data/masks/(由后续处理流程生成,已忽略git跟踪):包含背景遮罩及verdicts.csv验证结果文件
- data/features/(由后续处理流程生成,已忽略git跟踪):按特征族分类的Parquet格式特征文件
数据来源与获取
数据最初托管于Kaggle平台,需要通过Kaggle API进行下载。下载脚本位于data/download.py,该脚本会自动将Kaggle原始目录结构(images/images/)扁平化,使所有图像直接存放于data/images/目录下。




