You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ To use the latest development version, you can download the source code [here][P
14
14
python setup.py install
15
15
```
16
16
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
+
17
21
## List of Examples
18
22
19
23
Currently we provide the following examples in this repository:
@@ -30,6 +34,8 @@ Currently we provide the following examples in this repository:
30
34
|Noisy label learning|[seg_nll/JSRT][nll_jsrt_link]|Comparing different NLL methods for learning from noisy labels|
0 commit comments