Skip to content

Commit

Permalink
updated the path of "nnUNet_raw_data_base" folder
Browse files Browse the repository at this point in the history
updated the path of "nnUNet_raw_data_base" folder
from ```export nnUNet_raw_data_base="/media/fabian/nnUNet_raw"``` to ```export nnUNet_raw_data_base="/media/fabian/nnUNet_raw_data_base"```
  • Loading branch information
monjoybme authored Jan 18, 2022
1 parent 5faa147 commit f5e72b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/setting_up_paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ensure that you see it. In rare cases it may not be present and you can simply c

Once the file is open in a text editor, add the following lines to the bottom:
```
export nnUNet_raw_data_base="/media/fabian/nnUNet_raw"
export nnUNet_raw_data_base="/media/fabian/nnUNet_raw_data_base"
export nnUNet_preprocessed="/media/fabian/nnUNet_preprocessed"
export RESULTS_FOLDER="/media/fabian/nnUNet_trained_models"
```
Expand All @@ -75,7 +75,7 @@ The method above sets the paths permanently (until you delete the lines from you
to set them only temporarily, you can run the export commands in your terminal:

```
export nnUNet_raw_data_base="/media/fabian/nnUNet_raw"
export nnUNet_raw_data_base="/media/fabian/nnUNet_raw_data_base"
export nnUNet_preprocessed="/media/fabian/nnUNet_preprocessed"
export RESULTS_FOLDER="/media/fabian/nnUNet_trained_models"
```
Expand Down

0 comments on commit f5e72b1

Please sign in to comment.