TSD: Tooth Structured Instance Segmentation Dataset
收藏资源简介:
一个用于牙齿结构实例分割的牙科全景X光数据集。数据集包含图像和相应的实例分割标注,用于研究和开发牙科图像分析技术。
A dental panoramic X-ray dataset for tooth structure instance segmentation. The dataset includes images and corresponding instance segmentation annotations, designed for research and development in dental image analysis technologies.
TSD: Tooth Structured Instance Segmentation Dataset (Early Access Version)
数据集描述
- 目的: 用于牙齿结构实例分割的牙科全景X光数据集。
- 内容: 包含牙齿分割的详细标注,包括不同部位的多个多边形标注,如牙釉质、牙本质、牙髓、材料和蛀牙。
数据集结构
-
目录结构:
TSD/ ├── images │ ├── img_001.png │ ├── img_002.png │ ├── img_003.png │ └── ... ├── train/val/test_json_files/ │ ├── info │ ├── license │ ├── images_reference │ ├── annotations/ │ │ ├── instance 1 │ │ ├── instance 2 │ │ │ ├── segmentation (list) │ │ │ │ ├── instance_polygons │ │ │ │ ├── dentin_polygons │ │ │ │ ├── pulp_polygons │ │ │ │ ├── materials_polygons │ │ │ │ └── decay_polygons │ │ │ ├── image_id (image ref of instance) │ │ │ ├── instance_bounding_box │ │ │ └── instance_id │ │ └── ... instance n
-
标注格式: 每个分割标注包含5个项目,所有多边形由一系列点表示,格式为(x1, y1, x2, y2, ...)。
引用信息
- 论文: 详细介绍了数据集、标注方法和实验结果。
- 引用格式: bibtex @article{wang2024dsis, title={DSIS-DPR: Structured Instance Segmentation and Diffusion Prior Refinement for Dental Anatomy Learning}, author={Wang, Xianyun and Wang, Linhong and Yang, Zhenchen and Zhou, Jiacong and Zheng, Yuchen and Chen, Feng and Hong, Richang and Yu, Jun and Yang, Fan}, journal={IEEE Transactions on Multimedia}, year={2024}, publisher={IEEE} }




