GFF-Gated-Fully-Fusion-for-Semantic-Segmentation icon indicating copy to clipboard operation
GFF-Gated-Fully-Fusion-for-Semantic-Segmentation copied to clipboard

GFF: Gated Fully Fusion for Semantic Segmentation

Results 2 GFF-Gated-Fully-Fusion-for-Semantic-Segmentation issues
Sort by recently updated
recently updated
newest added

Thanks for sharing your code. what about your implementation's results?

In the GFF paper, top-down densely connections are shown as the picture ![image](https://user-images.githubusercontent.com/53428507/75112160-fafbe600-567b-11ea-8c2f-cc3ce81d6979.png) And I think the code should be as follows d5 = tf.concat([psp ], axis=-1) d4 = tf.concat([psp,...