HyunwooOh / U-Net

Tensorflow implementation of U-Net for Segmentation of neuronal structures in EM stacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invalid argument error

vcvishal opened this issue · comments

first i ran main.py --todo img_aug it was ok
when i ran main.py --todo train
following error ocurred
InvalidArgumentError (see above for traceback): assertion failed: [all dims of 'image.shape' must be > 0.]
[[Node: crop_to_bounding_box/assert_positive/assert_less/Assert/Assert = Assert[T=[DT_STRING], summarize=3, _device="/job:localhost/replica:0/task:0/device:CPU:0"](crop_to_bounding_box/assert_positive/assert_less/All, crop_to_bounding_box_3/assert_positive/assert_less/Assert/Assert/data_0)]]

thanks