Commit
•
445772f
1
Parent(s):
afe38cb
Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,6 @@ show_mask(masks[0], ax=ax[1], random_color=False)
|
|
52 |
show_box(input_boxes, ax[1])
|
53 |
ax[1].set_title("MedSAM Segmentation")
|
54 |
ax[1].axis("off")
|
55 |
-
plt.tight_layout()
|
56 |
plt.show()
|
57 |
```
|
58 |

|
|
|
52 |
show_box(input_boxes, ax[1])
|
53 |
ax[1].set_title("MedSAM Segmentation")
|
54 |
ax[1].axis("off")
|
|
|
55 |
plt.show()
|
56 |
```
|
57 |

|