FANet
FANet copied to clipboard
Hello once again, I tried creating a training model and FANet-18 with cityscapes dataset. I replaced the InPlaceABN layers with normal BN followed by Activation as I needed to parse...
I am confusing about it! You defined batchnorm, but in the forward function, you only use activation, can you explain this? ` class BatchNorm2d(nn.BatchNorm2d): #(conv => BN => ReLU) *...
Hi, Thanks for your great work. I have a question regarding the feature map size of resnet blocks. In your paper you say that the first res-block produces a feature...
Hi. Your paper is very interesting and inspirational to read. I was wondering why you just integrated the features of ONE neighboring frame to facilitate the inference of current frame....
Hi, can I ask for the supplementary material of this paper?
Hi, Can you please provide the trained model for the last experiment reported in Table VI of the paper, which achieved mIoU of 75.5: "TABLE VI: Video semantic segmentation on...
Did I not understand the code properly? The cosine similarity is not used in FA, but the dot product is still used. The formula 1/n in the paper is not...