Punches Object Detection Dataset
收藏资源简介:
该数据集由格罗宁根大学的研究团队创建,旨在支持中世纪面板画中打孔图案的细粒度识别。数据集包含8幅高分辨率面板画图像,涵盖了13至14世纪托斯卡纳地区的艺术作品。每幅图像中的打孔标记经过手动标注,共计3475个标记,分布在27个类别中。数据集的创建过程包括与艺术史专家合作,选择具有代表性的画作,并使用Adobe Photoshop进行精确标注。该数据集主要用于训练深度学习模型,以自动检测和分类面板画中的打孔图案,从而辅助艺术史学家进行作品鉴定和分类工作。
This dataset was developed by a research team at the University of Groningen, aiming to support fine-grained recognition of punched patterns in medieval panel paintings. The dataset contains 8 high-resolution panel painting images, covering artworks created in Tuscany during the 13th to 14th centuries. Punched marks in each image were manually annotated, with a total of 3,475 marks distributed across 27 categories. The dataset construction process involved collaborating with art history experts to select representative paintings, followed by precise annotation using Adobe Photoshop. This dataset is primarily used to train deep learning models for automatic detection and classification of punched patterns in panel paintings, thereby assisting art historians in artwork authentication and classification work.
数据集概述
数据集名称
Punches Object Detection
数据集用途
该数据集用于中世纪面板绘画中的精细图案识别,特别是用于检测和识别面板绘画中的“punch”图案。
数据集获取
目前数据集尚未公开托管,需通过邮件联系 marco.zullich@gmail.com 获取访问权限。
数据集结构
数据集采用YOLO格式进行组织,包含以下结构:
split // 例如:train, val, test |
-
images
-
labels
-
images文件夹包含图像数据。 -
labels文件夹包含相应的标签数据。
数据集配置
使用 dataset.yaml 文件配置数据集路径,需为每个数据集划分(train, val, test)指定 images 文件夹的路径。
数据集处理
图像分割
对于自定义数据集,需使用 split_img.py 脚本将高分辨率图像分割为窗口。脚本会生成两个子文件夹:
images:包含裁剪后的图像。labels:包含相应的标签文件。 此外,还会生成一个文件,记录每个窗口在原图像中的位置信息。
预测合并
使用 merge_predictions.py 脚本合并窗口预测结果,生成合并后的预测文件。
指标计算
使用 eval_metrics.py 脚本计算模型性能指标,生成指标文件。
引用
该数据集及相关研究将在 EvoMUSART 2025 会议上发表,引用格式如下: bibtex @inproceedings {bruegger2025largeimage, author = "Bruegger, Josh and Catana, Diana and Macovaz, Vanja and Sabatelli, Matthia, and Valdenegro-Toro, Matias and Zullich, Marco", title = "Large-image Object Detection for Fine-grained Recognition of Punches Patterns in Medieval Panel Painting", booktitle = "EvoMUSART", year = "2025" }

- 1Large-image Object Detection for Fine-grained Recognition of Punches Patterns in Medieval Panel Painting格罗宁根大学 · 2025年



