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

Hi #4

Open
bibuzz opened this issue May 10, 2021 · 0 comments
Open

Hi #4

bibuzz opened this issue May 10, 2021 · 0 comments

Comments

@bibuzz
Copy link

bibuzz commented May 10, 2021

Thankyou for your repo, I am new to this domain. I had some clarifications. I created the HR_images folder, what are the images that I need to store there? The xview data sample in your readme points to the research paper. and the actual dataset is huge. Is it that i have to put in HR_images folder? Or the one you gave in SampleImagery folder? the tif files.
I added the tif files and got this error when running this part
#Check to ensure the first dimension of the shapes match.
print(Train_TrainSet[0].shape)
print(Target_TrainSet[0].shape)

Error
IndexError Traceback (most recent call last)

in ()
1 #Check to ensure the first dimension of the shapes match.
----> 2 print(Train_TrainSet[0].shape)
3 print(Target_TrainSet[0].shape)

IndexError: list index out of range

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

1 participant