YongchengYAO commited on
Commit
6eb2fda
·
verified ·
1 Parent(s): 9c71a67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -7,18 +7,27 @@ language:
7
  tags:
8
  - medical
9
  - image
10
- pretty_name: isles24
11
  size_categories:
12
  - n<1K
13
  ---
14
 
15
  ## About
16
- Please refer to the offical site for this [ISLES24 dataset](https://isles-24.grand-challenge.org/dataset/).
 
 
 
 
 
 
 
 
17
 
18
- No change has been made.
19
 
20
 
21
  ## Official Release
 
 
22
 
23
  - Dataset: https://isles-24.grand-challenge.org/dataset/ (CC-BY-NC license)
24
  - CC-BY-NC 4.0: https://creativecommons.org/licenses/by-nc/4.0/
@@ -35,11 +44,5 @@ huggingface-cli login --token $HF_TOKEN
35
  ```python
36
  # python
37
  from huggingface_hub import snapshot_download
38
- snapshot_download(repo_id="YongchengYAO/ISLES24", repo_type='dataset', local_dir="/your/local/folder")
39
- ```
40
-
41
-
42
-
43
-
44
-
45
-
 
7
  tags:
8
  - medical
9
  - image
10
+ pretty_name: isles24-mr-lite
11
  size_categories:
12
  - n<1K
13
  ---
14
 
15
  ## About
16
+ This is a subset of the ISLES24 dataset, containing only the MR images and corresponding manual segmentation masks.
17
+
18
+ Files in this subset have not been modified.
19
+
20
+ - 149 MRIs and masks
21
+ - MR: Diffusion-weighted imaging (DWI) and corresponding apparent diffusion coefficient (ADC)
22
+ map; see Section 2.2 of the [paper](https://arxiv.org/pdf/2408.11142)
23
+ - Segmentation Masks: see Section 2.5 of the [paper](https://arxiv.org/pdf/2408.11142)
24
+
25
 
 
26
 
27
 
28
  ## Official Release
29
+ Please refer to the offical site for the original [ISLES24 dataset](https://isles-24.grand-challenge.org/dataset/).
30
+
31
 
32
  - Dataset: https://isles-24.grand-challenge.org/dataset/ (CC-BY-NC license)
33
  - CC-BY-NC 4.0: https://creativecommons.org/licenses/by-nc/4.0/
 
44
  ```python
45
  # python
46
  from huggingface_hub import snapshot_download
47
+ snapshot_download(repo_id="YongchengYAO/ISLES24-MR-Lite", repo_type='dataset', local_dir="/your/local/folder")
48
+ ```