Skip to content

CCBANet: Cascading Context and Balancing Attention for Polyp Segmentation

Notifications You must be signed in to change notification settings

ntcongvn/CCBANet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCBANet

Introduction

This repository contains the PyTorch implementation of CCBANet,Cascading Context and Balancing Attention for Polyp Segmentation, MICCAI 2021.

Install dependencies

  • torch
  • torchvision
  • opencv
  • Albumentations

Usage

1. Training

python train.py --dataset "dataset-name" --batch_size batch-size --load_ckpt "/path-to-check-point" --epoch_start epoch-start

2. Inference

python test.py --dataset "dataset-name" --batch_size 1 --load_ckpt "/path-to-check-point"

Acknowledgement

Part of the code was adpated from ACSNet:Adaptive Context Selection for Polyp Segmentation

About

CCBANet: Cascading Context and Balancing Attention for Polyp Segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages