kakamond commited on
Commit
2ba3edd
·
verified ·
1 Parent(s): 3896565

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -16,12 +16,14 @@ language:
16
  # Dataset Card for aal_stats_vol
17
  The AAL (Automated Anatomical Labeling) Statistical Volume Dataset provides a comprehensive collection of brain volume measurements based on AAL atlases. It covers statistical information on brain regions derived from structural magnetic resonance imaging (MRI) scans. Researchers commonly utilize this dataset for studies related to neuroimaging, neuroscience, and structural analysis of the brain.The AAL Statistical Volume Dataset plays a key role in advancing our understanding of brain anatomy by supporting the development and evaluation of automated brain region identification and volume analysis algorithms. With its wealth of volumetric data from diverse individuals, the dataset provides an invaluable resource for studies aimed at characterizing structural changes in the brain between populations and facilitates advances in neuroscience research.
18
 
 
 
 
19
  ## Usage
20
  ```python
21
  from datasets import load_dataset
22
 
23
  data = load_dataset("Genius-Society/aal_stats_vol", split="train")
24
-
25
  for item in data:
26
  print(item)
27
  ```
 
16
  # Dataset Card for aal_stats_vol
17
  The AAL (Automated Anatomical Labeling) Statistical Volume Dataset provides a comprehensive collection of brain volume measurements based on AAL atlases. It covers statistical information on brain regions derived from structural magnetic resonance imaging (MRI) scans. Researchers commonly utilize this dataset for studies related to neuroimaging, neuroscience, and structural analysis of the brain.The AAL Statistical Volume Dataset plays a key role in advancing our understanding of brain anatomy by supporting the development and evaluation of automated brain region identification and volume analysis algorithms. With its wealth of volumetric data from diverse individuals, the dataset provides an invaluable resource for studies aimed at characterizing structural changes in the brain between populations and facilitates advances in neuroscience research.
18
 
19
+ ## Viewer
20
+ <https://www.modelscope.cn/datasets/Genius-Society/aal_stats_vol/dataPeview>
21
+
22
  ## Usage
23
  ```python
24
  from datasets import load_dataset
25
 
26
  data = load_dataset("Genius-Society/aal_stats_vol", split="train")
 
27
  for item in data:
28
  print(item)
29
  ```