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
Since you just changed image_ids to .tiff and did not convert the train_val images to .tiff of the dataset, the argument 'images_path+image_id' passed to cv2.imread() is 'DATASET/... /0.tiff', which doesn't exist in the path.
Therefore, the cv2.imread(images_path + image_id) in utils.py is causing the error.
Should I have done something before running 020_cropper_yellow.py?
The text was updated successfully, but these errors were encountered:
The following error occurred when executing the above command.
Since you just changed image_ids to .tiff and did not convert the train_val images to .tiff of the dataset, the argument 'images_path+image_id' passed to cv2.imread() is 'DATASET/... /0.tiff', which doesn't exist in the path.
Therefore, the cv2.imread(images_path + image_id) in utils.py is causing the error.
Should I have done something before running 020_cropper_yellow.py?
The text was updated successfully, but these errors were encountered: