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 ebdf94a commit b7fc97aCopy full SHA for b7fc97a
README.md
@@ -107,8 +107,8 @@ Model.enforce_index_order()
107
#Furthermore if you know the exact section thickness in microns this can be included instead of None
108
#if your sections are numbered rostral to caudal you will need to specify a negative section_thickness
109
Model.enforce_index_spacing(section_thickness = None)
110
-#now we save which will produce a json file which can be placed in the same directory as your images and
111
-#then opened with QuickNII.
+#now we save which will produce a json file which can be placed in the same directory as your images
+#and then opened with QuickNII.
112
Model.save_predictions(folderpath + 'MyResults')
113
114
0 commit comments