Skip to content
/ MS-SST Public

Official Repo of "MS-SST: Single Image Reconstruction-based Stain-Style Transfer for Multi-domain Hematoxylin & Eosin Stained Pathology Images"

License

Notifications You must be signed in to change notification settings

jwkweon/MS-SST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

MS-SST

Official Repo of "MS-SST: Single Image Reconstruction-based Stain-Style Transfer for Multi-domain Hematoxylin & Eosin Stained Pathology Images"

by Juwon Kweon, Mujung Kim, Gilly Yun, Soonchul Kwon, and Jisang Yoo

This paper has been submitted for publication in IEEE Access.

Abstract

.

Getting the code

You can download a copy of all the files in this repository by cloning the git repository:

git clone https://github.com/jwkweon/MS-SST.git

Requirements

To install requirements:

pip install -r requirements.txt

Training

To train the model(s) in the paper, run this command:

python train.py --input-data <path_to_data> --alpha 10 --beta 20

Evaluation

To evaluate my model on ImageNet, run:

python eval.py --model-file mymodel.pth --benchmark imagenet

Reproducing the results

License

About

Official Repo of "MS-SST: Single Image Reconstruction-based Stain-Style Transfer for Multi-domain Hematoxylin & Eosin Stained Pathology Images"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published