(str)).tolist() y_cancer = [2]*len(x_cancer) dataset = np.asarray(x_normal + x_benign + x_cancer) lables = np.asarray(y_normal + y_benign + y_cancer) num_samples = dataset.size num_classes = 3 BATCH_SIZE = 64 BATCH_NUM = num_samples // BATCH_SIZE IMAGE_SIZE = img_...
import xml.etree.ElementTree as ET from torch.utils.data import Dataset class CBISDDSM(Dataset): def __init__(self, data_dir): self.data_dir = data_dir self.image_paths = sorted([os.path.join(data_dir, f) for f in os.listdir(data_dir) if f.endswith('.dcm')]) self.xml_paths...
A manuscript describing how to use this dataset in detail is available at https://www.nature.com/articles/sdata2017177. 详情见:https://wiki.cancerimagingarchive.net/display/Public/CBIS-DDSM 展开 文件列表 CBIS-DDSM-5.zip CBIS-DDSM-4.zip CBIS-DDSM-3.zip CBIS-DDSM-2.zip CBIS-DDSM-1.zip ...
Did not use CBIS-DDSM as the original repo. Instead, using INbreast(http://medicalresearch.inescporto.pt/breastresearch/index.php/Get_INbreast_Database) as dataset. You need to access to it by signing an Agreement. Some codes in the original main.py file were anotated however they were es...
预处理图像的CBIS_DDSM数据集(未剪裁的) e eazyeazy 1枚 CC0 图像分类 0 6 2023-05-02 详情 相关项目 评论(0) 创建项目 文件列表 PreProcesed.zip PreProcesed.zip (72.53M) 下载 File Name Size Update Time dataset.xlsx 257874 2023-05-02 08:05:08 FULL/Calc-Test_P_00038_LEFT_CC.png 23594 ...
lightbulb See what others are saying about this dataset What have you used this dataset for? Learning 0Research 0Application 0LLM Fine-Tuning 0 How would you describe this dataset? Well-documented 0Well-maintained 0Clean data 0Original 0High-quality notebooks 0Other text_snippet Metadataunfold_mor...
Marc J Berghouse· Updated2 years ago arrow_drop_up0 codeCode cbis-ddsm-preprocessedv3 Data CardCode (2)Discussion (0)Suggestions (0) Dataset Notebooks search filter_listFilters AllYour WorkShared With YouBookmarks notebook146eb375b9 ...