You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. As soon as I change the index number in image_plates to read other plate numbers the code stops recognising glob module and the variable 'image_plates'
. Even if I change it back to how it was the error doesn't go away. Any suggestions on what can be done?
The text was updated successfully, but these errors were encountered:
The error seems to be with 'glob' not being defined
Have you imported glob library? And in the repository the code seems to be glob.glob("Plate_examples/*.jpg") whereas you have written only glob()
Hope it helps
Hi there. As soon as I change the index number in image_plates to read other plate numbers the code stops recognising glob module and the variable 'image_plates'
. Even if I change it back to how it was the error doesn't go away. Any suggestions on what can be done?
The text was updated successfully, but these errors were encountered: