Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/datvodinh/neopolyp

Colonoscopy Polyp Segmentation and Neoplasm Characterization using U-Net
https://github.com/datvodinh/neopolyp

attention-mechanism resnet unet

Last synced: about 17 hours ago
JSON representation

Colonoscopy Polyp Segmentation and Neoplasm Characterization using U-Net

Awesome Lists containing this project

README

        

![Alt text](img/visualize.png)

## Setup

```bash
source ./script/setup.sh
```

## Training

```bash
source ./script/train.sh
```

## Testing

```bash
python -m neopolyp.infer --model [CHECKPOINT_PATH] --data_path [DATA_PATH] --save_path [SAVE_PATH]
```