juhongm999 / hsnet

Official PyTorch Implementation of Hypercorrelation Squeeze for Few-Shot Segmentation, ICCV 2021
231 stars 43 forks source link

Evaluate 5 shot model?? #23

Closed viethoang303 closed 2 years ago

viethoang303 commented 2 years ago

Hello authors,

I used this code to train 5 shot by compute losses with 1 query image and 5 support data, them I sum 5 losses and use single backward to update model. But I don't know evaluate model with 5 shot. So how to do that ??

Thank you.