Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,19 @@ datasets:
|
|
17 |
|
18 |
# MedSAM2: Medical Segment Anything Model v2
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## Model Overview
|
21 |
MedSAM2 is a promptable segmentation segmentation model tailored for medical imaging applications. Built upon the foundation of the [Segment Anything Model (SAM) 2.1](https://github.com/facebookresearch/sam2), MedSAM2 has been specifically adapted and fine-tuned for various 3D medical images and videos.
|
22 |
|
|
|
17 |
|
18 |
# MedSAM2: Medical Segment Anything Model v2
|
19 |
|
20 |
+
<div align="center">
|
21 |
+
|
22 |
+
[](https://arxiv.org/abs/your-paper-link)
|
23 |
+
[](https://huggingface.co/your-username/your-model)
|
24 |
+
[](https://your-dataset-list-url.com)
|
25 |
+
[](https://your-model-link)
|
26 |
+
[](https://your-second-model-link)
|
27 |
+
[](https://your-app-url)
|
28 |
+
[](https://colab.research.google.com/your-notebook)
|
29 |
+
[](https://github.com/your-username/your-repo#citing)
|
30 |
+
|
31 |
+
</div>
|
32 |
+
|
33 |
## Model Overview
|
34 |
MedSAM2 is a promptable segmentation segmentation model tailored for medical imaging applications. Built upon the foundation of the [Segment Anything Model (SAM) 2.1](https://github.com/facebookresearch/sam2), MedSAM2 has been specifically adapted and fine-tuned for various 3D medical images and videos.
|
35 |
|