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
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)
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
The text was updated successfully, but these errors were encountered: