Update app.py
Browse files
app.py
CHANGED
@@ -397,19 +397,19 @@ def seg_track_app():
|
|
397 |
<li>8. Download the video with segmentation results</li>
|
398 |
</ol>
|
399 |
</div>
|
400 |
-
<div style="text-align:left;
|
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;
|
404 |
If you find these tools useful, please consider citing the following papers:
|
405 |
</div>
|
406 |
-
<div style="text-align:left;
|
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;
|
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;
|
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.
|
|
|
397 |
<li>8. Download the video with segmentation results</li>
|
398 |
</ol>
|
399 |
</div>
|
400 |
+
<div style="text-align:left; line-height:1.8;">
|
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; line-height:1.8;">
|
404 |
If you find these tools useful, please consider citing the following papers:
|
405 |
</div>
|
406 |
+
<div style="text-align:left; line-height:1.8;">
|
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; line-height:1.8;">
|
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; line-height:1.8;">
|
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.
|