Update app.py
Browse files
app.py
CHANGED
@@ -358,7 +358,7 @@ def seg_track_app():
|
|
358 |
gr.Markdown(
|
359 |
'''
|
360 |
<div style="text-align:center; margin-bottom:20px;">
|
361 |
-
<span style="font-size:3em; font-weight:bold;">
|
362 |
</div>
|
363 |
<div style="text-align:center; margin-bottom:10px;">
|
364 |
<span style="font-size:1.5em; font-weight:bold;">MedSAM2-Segment Anything in Medical Images and Videos: Benchmark and Deployment</span>
|
@@ -398,6 +398,18 @@ def seg_track_app():
|
|
398 |
</ol>
|
399 |
</div>
|
400 |
<div style="text-align:left; margin-bottom:20px;">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
401 |
Other useful resources:
|
402 |
<a href="https://ai.meta.com/sam2" target="_blank">Official demo</a> from MetaAI,
|
403 |
<a href="https://www.youtube.com/watch?v=Dv003fTyO-Y" target="_blank">Video tutorial</a> from Piotr Skalski.
|
@@ -502,7 +514,7 @@ def seg_track_app():
|
|
502 |
'''
|
503 |
<div style="text-align:center; margin-top: 20px;">
|
504 |
The authors of this work highly appreciate Meta AI for making SAM2 publicly available to the community.
|
505 |
-
The interface was built on <a href="https://github.com/z-x-yang/Segment-and-Track-Anything/blob/main/tutorial/tutorial%20for%20WebUI-1.0-Version.md" target="_blank">SegTracker</a
|
506 |
<a href="https://docs.google.com/document/d/1idDBV0faOjdjVs-iAHr0uSrw_9_ZzLGrUI2FEdK-lso/edit?usp=sharing" target="_blank">Data source</a>
|
507 |
</div>
|
508 |
'''
|
|
|
358 |
gr.Markdown(
|
359 |
'''
|
360 |
<div style="text-align:center; margin-bottom:20px;">
|
361 |
+
<span style="font-size:3em; font-weight:bold;">MedSAM2 for Video Segmentation 🔥</span>
|
362 |
</div>
|
363 |
<div style="text-align:center; margin-bottom:10px;">
|
364 |
<span style="font-size:1.5em; font-weight:bold;">MedSAM2-Segment Anything in Medical Images and Videos: Benchmark and Deployment</span>
|
|
|
398 |
</ol>
|
399 |
</div>
|
400 |
<div style="text-align:left; margin-bottom:20px;">
|
401 |
+
We designed this API and <a href="https://github.com/bowang-lab/MedSAMSlicer/tree/SAM2" target="_blank">3D Slicer Plugin</a> for medical image and video segmentation where the checkpoints are based on the original SAM2 models (<a href="https://github.com/facebookresearch/segment-anything-2" target="_blank">https://github.com/facebookresearch/segment-anything-2</a>). The image segmentation fine-tune code has been released on <a href="https://github.com/bowang-lab/MedSAM/tree/MedSAM2?tab=readme-ov-file#fine-tune-sam2-on-the-abdomen-ct-dataset" target="_blank">GitHub</a>. The video fine-tuning code is under active development and will be released as well.
|
402 |
+
</div>
|
403 |
+
<div style="text-align:left; margin-bottom:20px;">
|
404 |
+
If you find these tools useful, please consider citing the following papers:
|
405 |
+
</div>
|
406 |
+
<div style="text-align:left; margin-bottom:20px;">
|
407 |
+
Ravi, N., Gabeur, V., Hu, Y.T., Hu, R., Ryali, C., Ma, T., Khedr, H., Rädle, R., Rolland, C., Gustafson, L., Mintun, E., Pan, J., Alwala, K.V., Carion, N., Wu, C.Y., Girshick, R., Dollár, P., Feichtenhofer, C.: SAM 2: Segment Anything in Images and Videos. arXiv:2408.00714 (2024)
|
408 |
+
</div>
|
409 |
+
<div style="text-align:left; margin-bottom:20px;">
|
410 |
+
Ma, J., Kim, S., Li, F., Baharoon, M., Asakereh, R., Lyu, H., Wang, B.: Segment Anything in Medical Images and Videos: Benchmark and Deployment. arXiv preprint arXiv:2408.03322 (2024)
|
411 |
+
</div>
|
412 |
+
<div style="text-align:left; margin-bottom:20px;">
|
413 |
Other useful resources:
|
414 |
<a href="https://ai.meta.com/sam2" target="_blank">Official demo</a> from MetaAI,
|
415 |
<a href="https://www.youtube.com/watch?v=Dv003fTyO-Y" target="_blank">Video tutorial</a> from Piotr Skalski.
|
|
|
514 |
'''
|
515 |
<div style="text-align:center; margin-top: 20px;">
|
516 |
The authors of this work highly appreciate Meta AI for making SAM2 publicly available to the community.
|
517 |
+
The interface was built on <a href="https://github.com/z-x-yang/Segment-and-Track-Anything/blob/main/tutorial/tutorial%20for%20WebUI-1.0-Version.md" target="_blank">SegTracker</a>, which is also an amazing tool for video segmentation tracking.
|
518 |
<a href="https://docs.google.com/document/d/1idDBV0faOjdjVs-iAHr0uSrw_9_ZzLGrUI2FEdK-lso/edit?usp=sharing" target="_blank">Data source</a>
|
519 |
</div>
|
520 |
'''
|