Skip to content

Commit 4906d5f

Browse files
authored
adds data downloading disclaimer (#1051)
Signed-off-by: Wenqi Li <[email protected]> ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Notebook runs automatically `./runner [-p <regex_pattern>]` Signed-off-by: Wenqi Li <[email protected]>
1 parent 2d10716 commit 4906d5f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ in a cell will verify this has worked and show you what kind of hardware you hav
4343

4444
#### Data
4545

46-
Some notebooks will require additional data. They can be downloaded by running the [runexamples.sh](./runexamples.sh) script.
46+
Some notebooks will require additional data.
47+
Each user is responsible for checking the content of datasets and the applicable licenses and determining if suitable for the intended use.
4748

4849
### 2. Questions and bugs
4950

deep_atlas/deep_atlas_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"### Get data\n",
218218
"\n",
219219
"1. By default, this notebook will automatically download a subset of OASIS-1 data. Set the environment variable `MONAI_DATA_DIRECTORY`\n",
220-
"to save the data to a path of your choice.\n",
220+
"to save the data to a path of your choice. _Each user is responsible for checking the content of datasets and the applicable licenses and determining if suitable for the intended use._\n",
221221
" - To run with the full OASIS-1 dataset, you can download the [data here](https://www.oasis-brains.org/#data).\n",
222222
"Make sure to select _OASIS-1_. Download as many of the \"discs\" as you like and extract their contents into a directory called `OASIS-1`. (This notebook automatically downloads disc1, so you may already have disc1 if you have run the cells below.) Set the environment variable `MONAI_DATA_DIRECTORY`\n",
223223
"to point to the data directory that contains `OASIS-1`, or simply edit the variable `data_dir` below to be the path to your `OASIS-1` directory.\n",

0 commit comments

Comments
 (0)