Skip to content
Snippets Groups Projects
Commit 802c6156 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Removed assertion that data is z-stack

parent 3eadaa65
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ def draw_boxes_on_3d_image(yxcz_img, boxes, draw_full_depth=False, **kwargs):
assert len(yxcz_img.shape) == 4
nz = yxcz_img.shape[3]
assert yxcz_img.shape[2] == 1
assert nz > 1
annotated = np.zeros(yxcz_img.shape, dtype=yxcz_img.dtype)
......
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