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 7c2c533 commit 20d93fdCopy full SHA for 20d93fd
README.md
@@ -87,7 +87,7 @@ if __name__ == "__main__":
87
segmentation_path = "./pred_labels.tif"
88
fragments_pointer = "./pred_swcs.zip"
89
groundtruth_pointer = "./target_swcs.zip"
90
- results_path = path = f"{output_dir}/results.xls"
+ results_path = f"{output_dir}/results.xls"
91
92
# Run
93
evaluate()
0 commit comments