You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My SAR image's resolution is 100 * 100, I found "patch_size = 256" in the "pred_unsupervised.py"。 So this error will be reported in the follow-up: "IndexError: list index out of range"
Could you provide some possible solutions?
Thanks so much!
The text was updated successfully, but these errors were encountered:
Hi, sorry for my lack of response
The network is trained on 256*256 images so it is best to use this input size.
If you got a bigger image you can split it it patches.
If you got a smaller one it can work if you change the patch size in the code (up to a certain size), but i wouldn't guarantee the performances without a fine tuning.
Thanks for your sharing!
My SAR image's resolution is 100 * 100, I found "patch_size = 256" in the "pred_unsupervised.py"。 So this error will be reported in the follow-up: "IndexError: list index out of range"
Could you provide some possible solutions?
Thanks so much!
The text was updated successfully, but these errors were encountered: