Spaces:
Sleeping
Sleeping
minor changes
Browse files
utils.py
CHANGED
|
@@ -167,6 +167,7 @@ def plot_image(image, boxes):
|
|
| 167 |
)
|
| 168 |
|
| 169 |
buffer = BytesIO()
|
|
|
|
| 170 |
plt.savefig(buffer,format='png')
|
| 171 |
visualization = Image.open(buffer)
|
| 172 |
|
|
|
|
| 167 |
)
|
| 168 |
|
| 169 |
buffer = BytesIO()
|
| 170 |
+
plt.axis('off')
|
| 171 |
plt.savefig(buffer,format='png')
|
| 172 |
visualization = Image.open(buffer)
|
| 173 |
|