DENTEX

DENTEX数据集是一个包含1005张牙科全景X射线图像的医学影像数据集,图像来自三个不同机构,涵盖了龋齿、深龋、尖周病变和阻生牙等多种异常牙齿类型,所有数据均经过牙科专家标注,主要用于牙科人工智能诊断、治疗规划以及医学影像分析领域的研究,旨在通过机器学习技术提升牙科疾病的自动检测与诊断能力。

苏黎世大学定量生物医学系苏黎世大学定量生物医学系
arXiv
2023-05-30 更新
浏览 12
牙科诊断医学影像分析

基本信息

创建/更新时间
2023-05-30

资源简介

DENTEX数据集是由苏黎世大学定量生物医学系创建的公开医学影像数据集,专注于牙科全景X射线图像中的异常牙齿检测。该数据集包含1005张来自三个不同机构的全景牙科X射线图像,涵盖了龋齿、深龋、尖周病变和阻生牙等多种牙科诊断类别。所有图像均经过牙科专家精心标注,确保了数据的高质量和准确性。该数据集主要应用于牙科人工智能诊断、治疗规划以及医学影像分析研究,旨在通过机器学习技术提高牙科疾病的诊断精确性和效率。

原始链接

https://github.com/ibrahimethemhamamci/DENTEX

访问原始数据

官方服务

如需原始数据获取支持或标注服务,请联系我们。

帮我联系

下载信息

注册下载

Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。

暂未开放

公开下载

Tips: 该数据集属于公开下载,应该可以免费公开下载。

免登录

有偿下载

Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。

提供高速下载与技术交付服务(收技术服务费,非数据销售)

暂未开放

千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。

使用方式

数据集获取

git clone https://github.com/ibrahimethemhamamci/DENTEX.git

curl -L -o repo.zip https://github.com/ibrahimethemhamamci/DENTEX/archive/refs/heads/main.zip
unzip repo.zip

源站 README 摘录(使用方式)

DENTEX CHALLENGE 2023

Dental Enumeration and Diagnosis on Panoramic X-rays Challenge
<details><summary>Table of Contents</summary><p>

What is DENTEX?

We present the Dental Enumeration and Diagnosis on Panoramic X-rays Challenge (DENTEX), organized in conjunction with the International Conference on Medical Image Computing and Computer-Assisted Intervention (MICCAI) in 2023. The primary objective of this challenge is to develop algorithms that can accurately detect abnormal teeth with dental enumeration and associated diagnosis. This not only aids in accurate treatment planning but also helps practitioners carry out procedures with a low margin of error.
The challenge provides three types of hierarchically annotated data and additional unlabeled X-rays for optional pre-training. The annotation of the data is structured using the Fédération Dentaire Internationale (FDI) system. The first set of data is partially labeled because it only includes quadrant information. The second set of data is also partially labeled but contains additional enumeration information along with the quadrant. The third data is fully labeled because it includes all quadrant-enumeration-diagnosis information for each abnormal tooth, and all participant algorithms will be benchmarked on the third data.
DENTEX aims to provide insights into the effectiveness of AI in dental radiology analysis and its potential to improve dental practice by comparing frameworks that simultaneously point out abnormal teeth with dental enumeration and associated diagnosis on panoramic dental X-rays.
Please visit the webpage of DENTEX (Dental Enumeration and Diagnosis on Panoramic X- rays Challenge) which is held at MICCAI2023.

Desired Output of the Challenge

Fig. 1. A desired output from a final algorithm, illustrating well-defined bounding boxes for each abnormal tooth. The corresponding quadrant (Q), enumeration (N), and diagnosis (D) labels are also displayed.
*Fig. 1. A desi

数据加载示例(图像类)

from PIL import Image
import glob, os

files = (glob.glob(os.path.join(path, "**", "*.png"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.jpg"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.tif"), recursive=True))
print("图像文件数:", len(files))
img = Image.open(files[0]); print("尺寸/模式:", img.size, img.mode)

# torchvision Dataset 方式:
# from torchvision import datasets
# ds = datasets.ImageFolder(path)  # 要求 子目录=类别

目录组织与标注格式以源站说明和下载后实际文件为准。

完整仓库:github.com/ibrahimethemhamamci/DENTEX

精度瓶颈?数据缺失?

当前公开数据无法满足您的算法精度?千方提供针对 阻生牙 的高质量、多模态真实临床数据定制解决方案。

获取专属数据定制方案