CaNet icon indicating copy to clipboard operation
CaNet copied to clipboard

The code for paper "CANet: Class-Agnostic Segmentation Networks with Iterative Refinement and Attentive Few-Shot Learning"

Results 9 CaNet issues
Sort by recently updated
recently updated
newest added

python version: 3.7.9 pip version: 20.3.3 I run the following command ``` python .\train.py ``` And get the following error ``` File ".\train.py", line 167, in for i_iter, batch in...

hi when i am trying to train its showing RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrapping phase. This...

Error when the code runs to ‘turn off’ function, should model.module be modified to the model? The pytorch model does not seem to have the '.module' attribute, only the '.modules'.

Thanks for your contribution, and i want to compare with CANet in my paper.

Thanks for sharing your works. i use a quick evaluation as your code on fold 2. the meanIoU is only 48.7% (51.3% in article) and multi-scale cannot improve the preformance...

Hello Thanks a lot for sharing the code. I am a bit confused about the setup you used for the metatraining stage. So during the validation you are using the...

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?

removed few unnecessary things in utils and made this part smoothly working with PyTorch 1.5.0

Can you update the code for 5-shot semantic segmentation?Thank you very much!!!