RFSR icon indicating copy to clipboard operation
RFSR copied to clipboard

Hi

Open bibuzz opened this issue 4 years ago • 0 comments

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

bibuzz avatar May 10 '21 12:05 bibuzz