Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyi-wu authored Dec 22, 2023
1 parent 474ff7d commit 7b639bb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ In this project, we collect a large-scale medical multi-modal dataset, MedMD, wi
<img src="https://github.com/chaoyi-wu/RadFM/blob/main/Images/GIF.gif"/>

## 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:

Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit 7b639bb

Please sign in to comment.