likyoo / change_detection.pytorch

Deep learning models for change detection of remote sensing images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you train STANet? When I train it,Imeet a error.

wangjin1234567891 opened this issue · comments

Could plz show more code.

I trian Unet and it's ok .I just change the model as following picture shows
image

We still need debug STANet later.If you want use it now. You can try to use BCLLoss or other loss function for STANet because of STANet model only forward one channel distance map.

Ok, thans a lot.