mpapadomanolaki / UNetLSTM

GNU General Public License v2.0
23 stars 10 forks source link

dataset question #1

Open neverstoplearn opened 4 years ago

neverstoplearn commented 4 years ago

thanks for your great work, about the datset, in the readme file you say there are 5 imgs_i folder,but the OSCD dataset only have 2 images_i folder, in this https://github.com/granularai/fabric ,there have a link about OSCD + Our DATA, in this data, there are imgs_1,imgs_2,imgs_mid_1,imgs_mid_2,imgs_mid_3. but there only have images, no labels,is the labels same as OSCD? thanks.

neverstoplearn commented 4 years ago

there are some mistakes in your code.

  1. in preprocess.py line78 - line119 have some unindent error. 2.in make_xys.py line94 95 the slice indices must be integers or None or ... should add int()
mpapadomanolaki commented 4 years ago

Hello,

Yes for every city you have to rename the folders 'imgs_mid_1', 'imgs_mid_2','imgs_mid_3' to 'imgs_2', 'imgs_3', 'imgs_4'.

And the 'imgs_2' of the OSCD dataset should be renamed as 'imgs_5'.

Thank you for the code notifications, i will check them out and correct them.