likyoo / Siam-NestedUNet

The pytorch implementation for "SNUNet-CD: A Densely Connected Siamese Network for Change Detection of VHR Images"
MIT License
246 stars 59 forks source link

Can this model be used as an encoder? #9

Closed nikhilbyte closed 3 years ago

nikhilbyte commented 3 years ago

Hello, I was working on a project where I'm required to encode two images for finding multiclass semantic difference between them. Can you please tell which one should I use(with Channel attention or without)? and what changes should i consider?

likyoo commented 3 years ago

Hi, @nikhilbyte I don't know the specifics of your data and tasks, but maybe you can do it by changing the last few layers of the model.