Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
image
imagewidth (px)
2.05k
6.96k
End of preview. Expand in Data Studio

Sonata Dental Dataset

牙科疾病检测与分类数据集(基于 Sonata 采集数据整理)。

⚠️ 原始完整版(含 unknown 类)已备份,未随本仓库发布。

目录结构

Sonata/
├── image/                       # 检测图像(1645 张)
├── label/                       # 检测标注(labelme JSON,1645 个,与 image 一一对应)
└── Periodontal_Disease/         # 牙周病分类子集(按类别分目录)
    ├── gingival_diseases/       #   1103 张
    ├── non_periodontal_disease/ #    591 张
    └── periodontitis/           #    661 张

1. 检测子集(Detection)

  • 图像:image/,1645 张(JPG/PNG),分辨率约 612×405
  • 标注:label/,labelme JSON 格式(v6.0.0),与 image/ 同名对应
  • 标注类型:全部为 rectangle(矩形框),共 6206 个标注框
  • 类别(4 类):
类别 说明
Caries 龋齿
Calculus 牙结石
Mouth_Ulcer 口腔溃疡
Tooth_Discoloration 牙齿变色

单个标注文件示例结构:

{
  "version": "6.0.0",
  "flags": {},
  "shapes": [
    {
      "label": "Calculus",
      "points": [[43.7, 109.6], [175.9, 278.5]],   // 矩形对角点
      "group_id": null,
      "shape_type": "rectangle",
      "flags": {}
    }
  ],
  "imagePath": "../image/Dental_Diseases_Calculus_1.jpg",
  "imageData": null,
  "imageHeight": 405,
  "imageWidth": 612
}

2. 分类子集(Periodontal Classification)

按类别分目录组织,共 2355 张

类别 数量
gingival_diseases 1103
non_periodontal_disease 591
periodontitis 661

许可与声明

  • 本数据集用于学术研究,请勿用于商业用途。
  • 图像来自临床采集,使用前请确保符合相关伦理与隐私规定。
Downloads last month
-