Lihy256 / MSCDUnet

24 stars 0 forks source link

Hello, could you share your code implementions? #4

Open dmndxld opened 1 year ago

dmndxld commented 1 year ago

Im doing some research about SAR image. I find your work is excellent and give me much help. Now I wanna use your MSBC and MSOSCD dataset so i need some help about using. Could you share your code implementions?

dmndxld commented 1 year ago

Also, I find that theMSBC sar image size is 57x57 with 4 channels while label size is 256x256, is that normal? I used rasterio.open() to open the sar image and label

Lihy256 commented 1 year ago

Yeal, it is normal that the image resolution difference between SAR and label. The label is annotated on VHR(about 2m)images,so the image size gap is normal. Thank you for your interest, we will soon upload our code of network here. As for the data preprocessing, rasterio.open() is ok and you might interplate the SAR images to a fixed size(such as 646 4 or 256256). It is because the size of SAR may differ by several pixels. If you urgently need the code or have any other questions, please contact my email and I can provide an informal code. (lihy256@mail2.sysu.edu.cn)

robmarkcole commented 1 year ago

@Lihy256 any updates?