Parallel Reverse Attention Network for Polyp segmentation

Hello fellow Scholars,
I Implemented a research paper named as PraNet: Parallel Reverse Attention Network for Polyp Segmentation: https://arxiv.org/pdf/2006.11392v4.pdf
The paper is implemented in Pytorch and I Re-Implemented this paper in Tensorflow and Keras.
I have implemented 2 variants of PraNet.

  1. PraNet + resnet50(As feature extractor)
    2.PraNet + MobileNetv2 (As feature Extractor).
    Do checkout Github (GitHub - Thehunk1206/PRANet-Polyps-Segmentation: Implementation of research paper : "PraNet: Parallel Reverse Attention Network for Polyp Segmentation" in Tensorflow)
    Any type of contribution are welcome.