Skip to content

Commit 6f3e6fb

Browse files
committed
Update README.md
add data download link
1 parent a872e16 commit 6f3e6fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ To use the latest development version, you can download the source code [here][P
1414
python setup.py install
1515
```
1616

17+
## Data
18+
The datasets for the examples can be downloaded from [Google Drive][google_link] or [Baidu Disk][baidu_link] (extraction code: n07g). Extract the files to `PyMIC_data` after the download.
19+
20+
1721
## List of Examples
1822

1923
Currently we provide the following examples in this repository:
@@ -30,6 +34,8 @@ Currently we provide the following examples in this repository:
3034
|Noisy label learning|[seg_nll/JSRT][nll_jsrt_link]|Comparing different NLL methods for learning from noisy labels|
3135

3236
[PyMIC_link]: https://github.com/HiLab-git/PyMIC
37+
[google_link]:https://drive.google.com/file/d/1-LrMHsX7ZdBto2iC1WnbFFZ0tDeJQFHy/view?usp=sharing
38+
[baidu_link]:https://pan.baidu.com/s/15mjc0QqH75xztmc23PPWQQ
3339
[AntBee_link]:classification/AntBee
3440
[CHNCXR_link]:classification/CHNCXR
3541
[JSRT_link]:segmentation/JSRT
@@ -40,3 +46,6 @@ Currently we provide the following examples in this repository:
4046
[wsl_acdc_link]:seg_wsl/ACDC
4147
[nll_jsrt_link]:seg_nll/JSRT
4248

49+
## Useful links
50+
PyMIC on Github: https://github.com/HiLab-git/PyMIC
51+
Usage of PyMIC: https://pymic.readthedocs.io/en/latest/usage.html

0 commit comments

Comments
 (0)