Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prompt-DAS

The official code repository for the Miccai 2025 accepted paper:

Prompt-DAS: Annotation-Efficient Prompt Learning for Domain Adaptive Semantic Segmentation of Electron Microscopy Images

图片alt

Requirements

To install requirements:

pip install -r requirements.txt

Datasets:

Download MitoEM dataset(MitoEM-Human and MitoEM-Rat)https://mitoem.grand-challenge.org/

Organize the dataset into the following directory structure:

dataset/
├── H/            
│   └─ test/              
│       ├── img
│       │    ├── im0400.png
│       │    └── ....
│       └── lab
│            ├── im0400.png
│            └── ....
└── R/                  
    └─ test/
        ├── img
        │    ├── im0400.png
        │    └── ....
        └── lab
             ├── im0400.png
             └── ....

Download Checkpoint

Click the links below to download the checkpoint for the corresponding dataset.

R-H.pth

H-R.pth

Training

Todo

Evaluation

To evaluate my model on R/H, run:

python Evaluation.py

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages