Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wagnchogn/SegAnyPath


https://github.com/wagnchogn/SegAnyPath

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# SegAnyPath

Implementation for the paper: "SegAnyPath: A Foundation Model for Multi Resolution Stain-Style and Task Pathology Image Segmentation“

![framework](img/overall.png)

The datasets used in this study are as follows: ![datasets](img/dataset.png)

## Setup

### 1. Environment

```
pip install -r requirements.txt
```

## 2. Train
```
python train.py

```

## Acknowledgement

Thanks to the open-source of the following projects: [SAM-Med2d](https://github.com/OpenGVLab/SAM-Med2D), [Segment Anything](https://github.com/facebookresearch/segment-anything).