adugnag / deSpeckNet

These are a set of scripts to train a deep learning based SAR image despeckling method.
23 stars 9 forks source link

Will there be a possibility to download the trained models? #2

Closed KeithGeorgeCiantar closed 3 years ago

KeithGeorgeCiantar commented 3 years ago

Hello,

I am a University student, currently working on my Master's dissertation regarding SAR Image Despeckling. To gauge the performance of my models, I am using code from various sources and repositories, to compare my results with existing implementations.

I came across your code recently, and I found your siamese approach unique and intriguing, while also being very effective. I noticed that in your README file you mentioned that the data used to train the model will be uploaded soon, will this also include the files of the trained models?

Thank you and I look forward to your response.

adugnag commented 3 years ago

Hello, sorry for the late reply. The whole concept of deSpeckNet is to tune the base models to any test image without having a reference clean image. Therefore, there are no models you can directly test on your images. However, you can use the uploaded base models to tune your test images using the uploaded tuning scripts. I hope this is helpful.