CoolFace
Datasetpublic

86Cao/chinese-mainland-landmark-images

Chinese Mainland Landmark Reference Images Dataset 数据集描述 本数据集包含中国地标建筑的参考图像。 数据集结构 images/: 图像文件目录 metadata.jsonl: 元数据文件(JSONL 格式) 元数据字段 name: 地标建筑名称 adcode: 行政区划代码(6位) city: 所在城市和区县(格式:城市名·区名) image_file: 图像文件名 数据集统计 总图像数: 7911 图像格式: PNG 使用示例 from datasets import load_dataset dataset = load_dataset("86Cao/chinese-mainland-landmark-images")

sourceHugging Facemitupdated 10mo agoView on Hugging Face
1likes47downloads
Dataset Card

Chinese Mainland Landmark Reference Images Dataset

数据集描述

本数据集包含中国地标建筑的参考图像。

数据集结构

  • —images/: 图像文件目录
  • —metadata.jsonl: 元数据文件(JSONL 格式)

元数据字段

  • —name: 地标建筑名称
  • —adcode: 行政区划代码(6位)
  • —city: 所在城市和区县(格式:城市名·区名)
  • —image_file: 图像文件名

数据集统计

  • —总图像数: 7911
  • —图像格式: PNG

使用示例

python
from datasets import load_dataset

dataset = load_dataset("86Cao/chinese-mainland-landmark-images")