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

Load and Preprocess Dataset #1

Open
krutikabapat opened this issue Mar 26, 2021 · 4 comments
Open

Load and Preprocess Dataset #1

krutikabapat opened this issue Mar 26, 2021 · 4 comments

Comments

@krutikabapat
Copy link

When I run the command
X_DICT_TRAIN, Y_DICT_TRAIN, X_DICT_VALIDATION, Y_DICT_VALIDATION = load_data(path = './data/')

I get the error:

---------------------------------------------------------------------------
KeyError                                  Traceback (most recent call last)
~/anaconda3/lib/python3.7/site-packages/tifffile/tifffile.py in __init__(self, arg, name, offset, size, _multifile, _useframes, _master, **kwargs)
   2754             try:
-> 2755                 byteorder = {b'II': '<', b'MM': '>', b'EP': '<'}[header[:2]]
   2756             except KeyError:

KeyError: b've'
@jorritxl
Copy link

I am having the same error

@jorritxl
Copy link

Did somebody already fixed this?

@A2Amir
Copy link
Owner

A2Amir commented Feb 21, 2022

you have to find a dataset on the internet that matches the Unet

@OsmanHFA
Copy link

you have to find a dataset on the internet that matches the Unet

Why don't you just provide a link as to where you got your dataset from?

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