CHR_detection_trees
收藏资源简介:
该数据集名为绘画中的主题分割,专门用于支持19世纪北欧绘画中景观和树木主题的研究。数据集由奥胡斯人文计算中心(chcaa)的黄金矩阵项目团队使用SAM3模型生成,包含从博物馆和Wikidata来源收集的4,727幅绘画。对于每幅画中检测到的树木实例,数据集记录了其边界框、置信度分数和分割掩码,并附带了绘画级别的元数据,如艺术家、国籍、创作日期和收藏信息等。每行数据对应一幅绘画,具体字段包括:原始图像文件名和字节数据、绘画元数据(标题、艺术家、艺术家国籍、创作年份、收藏机构、地点、库存编号、QID、Wikidata URL、原始图像URL、图像文件名)、图像版权信息、原始图像尺寸、检测到的树木边界框、置信度分数和数量、图像嵌入向量,以及以.npz文件原始字节形式存储的分割掩码(可通过指定代码加载为布尔数组)。该数据集(包括掩码、元数据、嵌入向量和注释)采用CC-BY-4.0许可证发布。
This dataset, named Theme Segmentation in Paintings, is specifically designed to support research on landscape and tree themes in 19th-century Nordic paintings. It was generated by the Gold Matrix project team at the Center for Humanities Computing Aarhus (chcaa) using the SAM3 model, containing 4,727 paintings collected from museums and Wikidata sources. For each detected tree instance in a painting, the dataset records its bounding box, confidence score, and segmentation mask, along with painting-level metadata such as artist, nationality, creation date, and collection information. Each row of data corresponds to a painting, with specific fields including: original image filename and byte data, painting metadata (title, artist, artist nationality, creation year, collection institution, location, inventory number, QID, Wikidata URL, original image URL, image filename), image copyright information, original image dimensions, detected tree bounding boxes, confidence scores and counts, image embedding vectors, and segmentation masks stored as raw bytes in .npz files (which can be loaded as boolean arrays using specified code). The dataset (including masks, metadata, embedding vectors, and annotations) is released under the CC-BY-4.0 license.
数据集概述:绘画中的主题分割(树木检测)
该数据集专注于19世纪北欧绘画中树木主题的检测与分割,由奥胡斯大学人文计算中心(chcaa)的“金色矩阵”项目团队制作。
- 研究背景:支持对19世纪北欧绘画中的风景与树木主题进行研究。
- 数据来源:覆盖来自博物馆和维基数据源的 4,727幅 绘画作品。
- 检测方法:使用 SAM3 模型检测每幅画中的树木实例。
数据集内容
数据集中每一行对应一幅绘画,包含以下字段:
绘画元数据:
filename、image:原始图像文件名及原始图像字节title、artist、Artist-nationality、inception、collection、location、inventory_number、qid、wikidata_url、image_url_raw、image_filename:绘画的标题、艺术家、国籍、创作日期、收藏机构、位置、库存编号、维基数据ID、维基数据URL、原始图像URL、图像文件名
版权与尺寸:
Image-rights:原始图像的权利/许可信息(按绘画记录)original_height、original_width:原始图像的尺寸(高度和宽度)
树木检测结果:
boxes:检测到的树木边界框scores:每个检测结果的置信度分数count:检测到的树木数量embedding:图像嵌入向量mask:原始字节形式的.npz文件;加载方式为np.load(io.BytesIO(row["mask"]))["masks"],得到形状为(count, 1, H, W)的布尔数组(分割掩码)
许可协议
该数据集(由chcaa团队——Rie Schmidt Eriksen、Louise Brix Hansen和Marta Kipke——生成的掩码、元数据、嵌入和注释)以 CC-BY-4.0 许可协议发布。




