Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Gujar-Shubham opened this issue Jun 6, 2020 · 3 comments

Comments

@Gujar-Shubham
Copy link

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

@kimile599
Copy link

I got the same issue man

@denashamss
Copy link

I have the same issue

@nafri1305
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants