Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wagnchogn/SegAnyPath
https://github.com/wagnchogn/SegAnyPath
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wagnchogn/SegAnyPath
- Owner: wagnchogn
- License: apache-2.0
- Created: 2024-06-05T08:42:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T09:14:30.000Z (7 months ago)
- Last Synced: 2024-06-06T10:13:55.852Z (7 months ago)
- Language: Python
- Size: 4.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Segment-Anything - [code
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).