juhongm999 / hsnet

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

Question . 5 shot results #18

Closed moonsh closed 2 years ago

moonsh commented 2 years ago

Hi, first, thank you for sharing your great work !.

I just wonder how you got the 5-shot results for tables 1,2 and 3 in the paper.

Did you train on 1 shot and used this model for getting 5-shot or did you train again using 5-shot ?

and the figure A4 in the paper is from resnet101 backbone?

Thank you.

juhongm999 commented 2 years ago

Did you train on 1 shot and used this model for getting 5-shot or did you train again using 5-shot ?

and the figure A4 in the paper is from resnet101 backbone?

moonsh commented 2 years ago

Thank you very much.