We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1841a9 commit 62fe2b8Copy full SHA for 62fe2b8
README.md
@@ -110,6 +110,10 @@ If you have dataset with over 10 subjects and since each defacing job is indepen
110
subject/session in the dataset using the `-n/--n-cpus` option. The following example command will run the pipeline occupying 10 processors at a time.
111
112
```bash
113
+# activate your conda environment
114
+conda activate
115
+
116
+# once your conda environment is active, execute the following
117
python src/run.py ${INPUT_DIR} ${OUTPUT_DIR} -n 10
118
```
119
0 commit comments