AIVResearch / MSANet

Official Pytorch implementation of Multi-Similarity and Attention Guidence for Boosting Few-Shot Segmentation.
https://arxiv.org/abs/2206.09667v1
63 stars 12 forks source link

weights #14

Open hadi1994shokati opened 10 months ago

hadi1994shokati commented 10 months ago

Hello. Thank you for sharing the code. I want to use your code for the segmentation of 2 classes using resnet50. When I run the code, it uploads the best.pth file, but this file has been prepared for 16 classes and gets an error for the segmentation of 2 classes. How can I apply that file for 2 classes? Thanks