-
Notifications
You must be signed in to change notification settings - Fork 468
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
Assertion Error #73
Comments
Traceback (most recent call last): |
Has anybody found a fix for this issue? |
AssertionError Traceback (most recent call last) /tmp/ipykernel_129/2441715887.py in get_datasets(imgs_dir, groundTruth_dir, borderMasks_dir, train_test) |
Traceback (most recent call last):
File "prepare_datasets_DRIVE.py", line 81, in
imgs_train, groundTruth_train, border_masks_train = get_datasets(original_imgs_train,groundTruth_imgs_train,borderMasks_imgs_train,"train")
File "prepare_datasets_DRIVE.py", line 66, in get_datasets
assert(np.max(groundTruth)==255 and np.max(border_masks)==255)
AssertionError
.........kindly tell me solution ............
The text was updated successfully, but these errors were encountered: