From 7b639bbe4a29e7f79afe49f32df89c690df12465 Mon Sep 17 00:00:00 2001 From: chaoyi-wu <18706207256@163.com> Date: Fri, 22 Dec 2023 10:02:57 +0800 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f419773..d538006 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,15 @@ In this project, we collect a large-scale medical multi-modal dataset, MedMD, wi ## Latest News: -All Datasets are released! We have updated the BaiduYun links in [our dataset table](#dataset-links) and we will share another links for non-Chinese users in next Week. You can find all our text part data in https://huggingface.co/datasets/chaoyi-wu/RadFM_data_csv. +All Datasets are released! We have updated the BaiduYun links in [our dataset table](#dataset-links) and we will share another links for non-Chinese users in next Week. You can find all our text part data in https://huggingface.co/datasets/chaoyi-wu/RadFM_data_csv. + +We also update the PMC-Figure links which contains all PMC-series datasets' figures, you can download it once and all dataset will use the figures. + +For decompressing the splited compression files in most cases, please check the following code in linux: +``` +cat zip.z* > myzip.zip +unzip myzip.zip +``` ## Quick Start: @@ -51,8 +59,9 @@ MedKD Dataset downloading URL: | Dataset Name | Link | Access | |--------------|------|--------| -| Rad3D-series | - | https://pan.baidu.com/s/1PGv4tiLCWZ_NzOFwONvkvQ?pwd=c57u | -| MPx-series | - | https://pan.baidu.com/s/1tSn6OibIoMZLddagFoMRdw?pwd=mhxb | +| Rad3D-series | https://pan.baidu.com/s/1PGv4tiLCWZ_NzOFwONvkvQ?pwd=c57u | Open Access | +| MPx-series | https://pan.baidu.com/s/1tSn6OibIoMZLddagFoMRdw?pwd=mhxb | Open Access | +| PMC-Figures| https://pan.baidu.com/s/1Src_rhXsaOFp8zJ_3zMFsQ?pwd=p3ne | Open Access | | PMC-Inline | https://huggingface.co/datasets/chaoyi-wu/PMC-Inline | Open Access | | PMC-CaseReport | [Original version](https://huggingface.co/datasets/chaoyi-wu/PMC-CaseReport_original), [Filtered version](https://huggingface.co/datasets/chaoyi-wu/PMC-CaseReport) | Open Access | | VinDr-Mammo | https://www.physionet.org/content/vindr-mammo/1.0.0/ | Credentialed Access |