PFENet icon indicating copy to clipboard operation
PFENet copied to clipboard

PFENet: Prior Guided Feature Enrichment Network for Few-shot Segmentation (TPAMI).

Results 38 PFENet issues
Sort by recently updated
recently updated
newest added

Thanks for your work, and when will you open FFENet++ source code?

Hello, It's a good job for FSS,and I am very interested in your work and tried to train myself. But the test result of the trained model is a little...

Hi, thanks for your great work! I have three small questions about PFENet++, (1) In Eq. 5, is it an average operation or just sum? According to content later, say,...

![image](https://user-images.githubusercontent.com/107451143/173486392-260097da-bce8-4d22-ba3e-937e66041e97.png) why my test result of miou is 0

hello,Thank you for your work! I used this link https://github.com/hszhao/semseg/blob/master/tool/test.py#L216 to visualize images,But I never got it right,Can you provide your visual code?thanks.

Hi,Thank you for your work . I tried to follow this method https://github.com/hszhao/semseg/blob/master/tool/test.py#L216 to get the segmentation result , but due to the random horizontal rotation and mirroring processing set...

Hello, thank you for your wonderful work in few shot segmentation. I just want to confirm, is this repository implements PFE paper or the next version of PFENet, which is...

在test.py中215行“class_intersection_meter[(subcls-1)%split_gap] += intersection[1]”,为什么要用(subcls-1)而不是subcls

in your paper, there is "The class ‘Person’ in PASCAL-5i is not contained in ImageNet, and the baseline with the prior mask achieves 15.81 IoU, better than that without the...