-
Notifications
You must be signed in to change notification settings - Fork 19
FileNotFoundError: No such file: '/content/Mask_RCNN/dataset/val/download.jpg' #6
Copy link
Copy link
Open
Description
I am trying it on google colab but I am getting this kind of error
objects: ['laptop', 'tab', 'phone']
numids [1, 2, 3]
objects: ['laptop', 'tab', 'phone']
numids [1, 2, 3]
objects: ['laptop', 'tab', 'phone']
numids [1, 2, 3]
objects: ['laptop', 'tab', 'phone']
numids [1, 2, 3]
objects: ['tab', 'phone', 'laptop']
numids [2, 3, 1]
objects: ['laptop', 'phone', 'tab']
numids [1, 3, 2]
objects: ['laptop', 'tab', 'phone']
numids [1, 2, 3]
FileNotFoundError Traceback (most recent call last)
in ()
12 "mrcnn_bbox", "mrcnn_mask"])
13
---> 14 train(model)
8 frames
/usr/local/lib/python3.7/dist-packages/imageio/core/request.py in _parse_uri(self, uri)
271 # Reading: check that the file exists (but is allowed a dir)
272 if not os.path.exists(fn):
--> 273 raise FileNotFoundError("No such file: '%s'" % fn)
274 else:
275 # Writing: check that the directory to write to does exist
FileNotFoundError: No such file: '/content/Mask_RCNN/dataset/val/download.jpg'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels