Skip to content
Snippets Groups Projects
Commit 0c80dbc4 authored by Lucy McNeill's avatar Lucy McNeill
Browse files

image count is correct now in final print statement

parent 7faa3c20
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -109,7 +109,7 @@ auto_crop_fast <- function(img_path, max_cell_area = 20000, min_cell_area = 700
}
}
print("out of")
print(image_count-1)
print(image_count)
print("images, we got")
print(cell_count)
print("viable cells")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment