From b975f292129286d267e2909c97ed465d332f9195 Mon Sep 17 00:00:00 2001 From: Fenghe Tang <54798078+FengheTan9@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:56:09 +0800 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index a4a5dd5..9efef8d 100644 --- a/readme.md +++ b/readme.md @@ -59,7 +59,7 @@ ### Large scale Medical Image Pretrained Weights -| name | resolution | Prompt | Weights | +| Name | Resolution | Prompt | Weights | | :---------: | :---------: | :---------: | :----------------------------------------------------------: | | Slide-SAM-B | 1024 x 1024 | box & point | [Google Drive](https://drive.google.com/file/d/1YJ7deylSXfEwRfOAc72zBJE1xGlxSnp0/view?usp=drive_link) \| [Baidu Disk (7be9)](https://pan.baidu.com/s/1jvJ2W4MK24JdpZLwPqMIfA) | | Slide-SAM-H | 1024 x 1024 | box & point | [Google Drive](https://drive.google.com/file/d/1KnSL5mgAdUDsktvrwcYp_9IJeqfFWhIN/view?usp=drive_link) \| [Baidu Disk (05dy)](https://pan.baidu.com/s/1jnOwyWd-M1fBIauNi3IA4w) | @@ -147,11 +147,11 @@ python -m core.volume_predictor If the code, paper and weights help your research, please cite: ``` -@inproceedings{quan2024slide, +@article{quan2023slide, title={Slide-SAM: Medical SAM Meets Sliding Window}, author={Quan, Quan and Tang, Fenghe and Xu, Zikang and Zhu, Heqin and Zhou, S Kevin}, - booktitle={Medical Imaging with Deep Learning}, - year={2024} + journal={arXiv preprint arXiv:2311.10121}, + year={2023} } ```