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 e1996bd commit bfccbf0Copy full SHA for bfccbf0
synapse_net/ground_truth/vesicles.py
@@ -227,7 +227,7 @@ def extract_vesicle_training_data(
227
relative_path = os.path.relpath(file_path, data_folder)
228
229
if to_label_path is None:
230
- imod_path = os.path.join(gt_folder, relative_path.replace(Path(relative_path).suffix, ".imod"))
+ imod_path = os.path.join(gt_folder, relative_path.replace(Path(relative_path).suffix, ".mod"))
231
else:
232
imod_path = to_label_path(gt_folder, relative_path)
233
0 commit comments