CaNet icon indicating copy to clipboard operation
CaNet copied to clipboard

Cannot find the attention module and code for 5-shot semantic segmentation?

Open Balabala-Hong opened this issue 5 years ago • 4 comments

Hi, thank you for share your awesome work. But I cannot find the attention module and code for 5-shot semantic segmentation, can you tell me where is is?

Balabala-Hong avatar Dec 15 '19 13:12 Balabala-Hong

I also have the same problem. Any updates?

ericlearning avatar Jan 10 '20 04:01 ericlearning

I aslo have the same problem. Where is the atttention module for fusion few shot results? @icoz69

lxtGH avatar Apr 23 '20 05:04 lxtGH

hi. i only upload the one-shot model here. as to the k-shot loader and network, i will clean the codes and upload soon. before that you easily implement them based on the current code, such that repeating sampling support images in the loader script and adding the attention module in the network script.

icoz69 avatar Apr 24 '20 06:04 icoz69

Could you please share the 5-shot loader and network please?

before that you easily implement them based on the current code, such that repeating sampling support images in the loader script and adding the attention module in the network script.

Can I just repeat support branch 5 times for 5-shot segmentation? Then, would the dimension of the output from the DCM module be calculated by /2(1 support, 1 query)*(5 support + 1 query) times?

yswang1717 avatar Jul 29 '20 05:07 yswang1717