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 f403f3f commit e92843dCopy full SHA for e92843d
README.md
@@ -97,6 +97,10 @@ the script have been described below with example commands.
97
If you have a small dataset with less than 10 subjects, then it might be easiest to run the defacing algorithm serially.
98
99
```bash
100
+# activate your conda environment
101
+conda activate
102
+
103
+# once your conda environment is active, execute the following
104
python src/run.py ${INPUT_DIR} ${OUTPUT_DIR}
105
```
106
0 commit comments