admin commited on
Commit
77d03e4
·
1 Parent(s): 2ba3edd
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -16,9 +16,6 @@ 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
- ## Viewer
20
- <https://www.modelscope.cn/datasets/Genius-Society/aal_stats_vol/dataPeview>
21
-
22
  ## Usage
23
  ```python
24
  from datasets import load_dataset
@@ -28,6 +25,12 @@ for item in data:
28
  print(item)
29
  ```
30
 
 
 
 
 
 
 
31
  ## Mirror
32
  <https://www.modelscope.cn/datasets/Genius-Society/aal_stats_vol>
33
 
 
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
 
25
  print(item)
26
  ```
27
 
28
+ ## Maintenance
29
+ ```bash
30
+ GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/Genius-Society/aal_stats_vol
31
+ cd aal_stats_vol
32
+ ```
33
+
34
  ## Mirror
35
  <https://www.modelscope.cn/datasets/Genius-Society/aal_stats_vol>
36