Skip to content

Commit 5841297

Browse files
authored
Merge pull request #151 from linok-bc/master
fix formatting issues in mito tutorial
2 parents 3164ba5 + d3ee728 commit 5841297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorials/mito.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ The scripts needed for this tutorial can be found at ``pytorch_connectomics/scri
2323

2424
A benchmark model's qualitative results on the Lucchi dataset, presented without any post-processing
2525

26-
! rm -r sample_data
2726
1 - Get the data
2827
^^^^^^^^^^^^^^^^
2928

@@ -192,7 +191,8 @@ The post-processing step requires merging output volumes and applying watershed
192191
193192
output_files = 'outputs/MitoEM_R_BC/test/*.h5' # output folder with chunks
194193
chunks = glob.glob(output_files)
195-
Mitochondria Segmentatio
194+
195+
# Mitochondria Segmentation
196196
vol_shape = (2, 500, 4096, 4096) # MitoEM test set
197197
pred = np.ones(vol_shape, dtype=np.uint8)
198198
for x in chunks:

0 commit comments

Comments
 (0)