BerkeleyAutomation/sd-maskrcnn

error with benchmark.py

Closed this issue · 1 comments

Hi,

It is so strange that I a getting this error :
mask = np.zeros([info['height'], info['width'], 0], dtype=np.bool)
KeyError: 'height'

while running benchmark.py. I have been using sd-masrcnn for almost 1 month, and the problem occurred today, after the reinstallation.

I figured out that this error is due to image size. Why is it complaining when image has size less than 512X512? Thank you.