maskrcnn_train_tensorflow_colab icon indicating copy to clipboard operation
maskrcnn_train_tensorflow_colab copied to clipboard

When i run the cell containing inference on test data i got this error but not getting any solution?

Open Gujar-Shubham opened this issue 4 years ago • 3 comments

IndexError Traceback (most recent call last) in () 27 sys.path.append(ROOT_DIR) # To find local version of the library 28 ---> 29 custom_WEIGHTS_PATH = sorted(glob.glob("/logs//mask_rcnn_.h5"))[-1] 30 31 get_ipython().magic('matplotlib inline')

IndexError: list index out of range

Gujar-Shubham avatar Jun 06 '20 16:06 Gujar-Shubham

I got the same issue man

kimile599 avatar Jun 15 '20 21:06 kimile599

I have the same issue

denashamss avatar Sep 23 '20 22:09 denashamss

i have the same problem but i removed [-1] from line 29. this solved the problem but im not sure if it is stable

nafri1305 avatar Nov 16 '20 02:11 nafri1305