TongueSAM舌图像分割数据

TongueSAM TongueSet3 是与舌系带过短(Tongue-tie (ankyloglossia))相关的公开数据资源,主要包含公开网页舌图像和人工Labelme分割标注,数据模态为图像,适合用于图像分割、模型训练、基准评测或临床特征分析。

TongueSAM authorsTongueSAM authors
GitHub
2025-01-01 更新
浏览 13
图像图像分割

基本信息

模态
图像
数据量
1000
任务类型
图像分割
创建/更新时间
2025-01-01

资源简介

TongueSAM舌图像分割数据包含公开网页舌图像和人工Labelme分割标注,可用于舌系带过短相关的图像分割研究。

原始链接

https://github.com/cshan-github/TongueSAM

访问原始数据

官方服务

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

帮我联系

下载信息

注册下载

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

暂未开放

公开下载

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

免登录

有偿下载

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

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

暂未开放

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

使用方式

数据集获取

git clone https://github.com/cshan-github/TongueSAM.git

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

源站 README 摘录(使用方式)

TongueSAM: An Universal Tongue Segmentation Model Based on SAM with Zero-Shot

This is the public project of paper:“TongueSAM: An Universal Tongue Segmentation Model Based on SAM with Zero-Shot”, this paper can be get:https://arxiv.org/abs/2308.06444.

Abstract

Tongue segmentation serves as the primary step in automated TCM tongue diagnosis, which plays a significant role in the di- agnostic results. Currently, numerous deep learning based methods have achieved promising results. However, most of these methods exhibit mediocre performance on tongues different from the training set. To address this issue, this paper proposes a universal tongue segmentation model named TongueSAM based on SAM (Segment Anything Model). SAM is a large-scale pretrained interactive segmentation model known for its powerful zero-shot generalization capability. Applying SAM to tongue segmentation enables the segmentation of various types of tongue images with zero-shot. In this study, a Prompt Generator based on object detection
is integrated into SAM to enable an end-to-end automated tongue segmentation method. Experiments demonstrate that TongueSAM achieves exceptional performance across various of tongue segmentation datasets, particularly under zero-shot. TongueSAM can be directly applied to other datasets without fine-tuning. As far as we know, this is the first application of large-scale pretrained model for tongue segmentation.

Method

TongueSAM consists primarily of two components: SAM and the Prompt Generator. For a given tongue image, TongueSAM first utilizes the pretrained Image Encoder in SAM for encoding. Meanwhile, the Prompt Generator generates bounding box prompt based on the tongue image. Finally, the image embedding and prompts are jointly fed into the Mask Decoder to generate the segmentation result. The entire segmentation process is end-to-end and does not require any additional manual prompts. The following sections will introduce different components of TongueSAM.

Result

DataSet

In our experiments, we used 3 tongue image segmentation datasets, TongueSet1, TongueSet2(BioHit), TongueSet3. The TongueSet1 cannot be public at the moment due to privacy concerns. The TongueSet2 has already been made public. We are now releasing the TongueSet3 [here](https://pan.baidu.com/s/1TCcbwMYraSPzWeI60EME0A?pwd=ttm

数据加载示例(图像类)

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/cshan-github/TongueSAM

精度瓶颈?数据缺失?

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

获取专属数据定制方案