Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,6 @@ import matplotlib.pyplot as plt
|
|
| 10 |
|
| 11 |
COLORS = [[0.000, 0.447, 0.741], [0.850, 0.325, 0.098], [0.929, 0.694, 0.125],
|
| 12 |
[0.494, 0.184, 0.556], [0.466, 0.674, 0.188], [0.301, 0.745, 0.933]]
|
| 13 |
-
|
| 14 |
def plot_results(pil_img, scores, labels, boxes):
|
| 15 |
plt.figure(figsize=(16,10))
|
| 16 |
plt.imshow(pil_img)
|
|
|
|
| 10 |
|
| 11 |
COLORS = [[0.000, 0.447, 0.741], [0.850, 0.325, 0.098], [0.929, 0.694, 0.125],
|
| 12 |
[0.494, 0.184, 0.556], [0.466, 0.674, 0.188], [0.301, 0.745, 0.933]]
|
|
|
|
| 13 |
def plot_results(pil_img, scores, labels, boxes):
|
| 14 |
plt.figure(figsize=(16,10))
|
| 15 |
plt.imshow(pil_img)
|