UPD: adding link to paper
Browse files
README.md
CHANGED
@@ -8,11 +8,19 @@ tags:
|
|
8 |
---
|
9 |
# StainFuser: Controlling Diffusion for Faster Neural Style Transfer in Multi-Gigapixel Histology Images
|
10 |
|
11 |
-
|
12 |
|
13 |
### Organisation
|
14 |
- checkpoint: StainFuser trained weights trained at 512x512 resolution with mixed magnification
|
15 |
- training: contains SD per-trained weights for backbone initialistaion in training
|
16 |
|
17 |
### Citation
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
# StainFuser: Controlling Diffusion for Faster Neural Style Transfer in Multi-Gigapixel Histology Images
|
10 |
|
11 |
+
Repo containing model weights from the [paper](https://arxiv.org/abs/2403.09302)
|
12 |
|
13 |
### Organisation
|
14 |
- checkpoint: StainFuser trained weights trained at 512x512 resolution with mixed magnification
|
15 |
- training: contains SD per-trained weights for backbone initialistaion in training
|
16 |
|
17 |
### Citation
|
18 |
+
@misc{jewsbury2024stainfuser,
|
19 |
+
title={StainFuser: Controlling Diffusion for Faster Neural Style Transfer in Multi-Gigapixel Histology Images},
|
20 |
+
author={Robert Jewsbury and Ruoyu Wang and Abhir Bhalerao and Nasir Rajpoot and Quoc Dang Vu},
|
21 |
+
year={2024},
|
22 |
+
eprint={2403.09302},
|
23 |
+
archivePrefix={arXiv},
|
24 |
+
primaryClass={eess.IV}
|
25 |
+
}
|
26 |
+
```
|