Home

Awesome

Duplex Contextual Relations for Polyp Segmentation

Introduction

The repository contains the PyTorch implementation of "Duplex Contextual Relations for PolypSegmentation"

Overview

1. Framework

<p align="center"> <img src="imgs/framework.png"/> <br /> <em> Figure 1: Overview of our proposed DCRNet. </em> </p>

2. Quantitative Results

<p align="center"> <img src="imgs/visualization.png"/> <br /> <em> Figure 2: Qualitative results. </em> </p>

3. Qualitative Results

<p align="center"> <img src="imgs/EndoScene.png"/> <br /> <em> Figure 3: Quantitative results on EndoScene dataset. </em> </p> <p align="center"> <img src="imgs/Kvasir-SEG.png"/> <br /> <em> Figure 4: Quantitative results on Kvasir-SEG dataset. </em> </p> <p align="center"> <img src="imgs/PICCOLO.png"/> <br /> <em> Figure 5: Quantitative results on PICCOLO dataset. </em> </p>

Usage

1. Prerequisite environment

  1. torch>=1.5.0

  2. torchvision>=0.6.0

  3. tqdm

  4. scipy

  5. scikit-image

  6. PIL

  7. numpy

  8. CUDA

2. Dataset downloading

3. Train

4. Test

5. Evaluate