-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A somewhat unrelated question.一个稍显无关的问题 #4
Comments
Glad to hear our work is useful to your research. For SAR image denoising, if utilized in pre-processing, we usually use some simple traditional image processing methods, such as mean-value filter, median filter etc. The edge and texture detection can be handled with Sobel operator or Laplacian operator. In addition, there have been many deep learning-based methods for SAR image processing, especially diffusion-based methods. But I haven't tried these algorithms yet... : p |
Thank you for your reply! Your advice is useful and I will consider it. |
Yes u r right, the convergence of GAN model is truly a bit difficult. In the comparison, we followed the most of the parameter settings of official implementations to maintain the generation quality in the comparison. You can check the settings in '../option/train_options.py' or the parsers in 'main.py'. And unfortunately, I'm not working on the image translation anymore, instead I'm moving on to Change Detection and Self-supervised Learning in RS images... |
Thank you for your replying! Hope you will make more achievements! |
Your work is excellent, and I've learned a lot from you.
The quality of your dataset is also very high, and I've accomplished a lot based on your dataset. Thank you :)
I'd like to ask, for SAR images in SAR2Opt dataset, if I want to perform denoising, edge detection, texture extraction, and so on, are there any recommended methods? If so, could you please let me know?
The text was updated successfully, but these errors were encountered: