tim-dav / cnn-sar-despeckle

13 stars 2 forks source link

About the input data #29

Open shailzasharma opened 1 month ago

shailzasharma commented 1 month ago

Hi!

Thanks for your great work on this project. I have been trying to perform inference using your code, but the model is expecting a 4 channel input." Could you please clarify what are the four channels?

Best regards, Shailza

tim-dav commented 3 weeks ago

Hi @shailzasharma , thank you for your interest in this project. The filter.py script expects Sentinel-1 SLC images, with the four bands being the real and imagery values of the VH and VV polarities, respectively. Could you share some information on what type of images you have, and what bands they contain? If you have, for example, a two-channel image with VH and VV intensity values we could come up with a workaround.