app
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def label_to_color_image(label):
|
|
71 |
return colormap[label]
|
72 |
|
73 |
def draw_plot(pred_img, seg):
|
74 |
-
fig = plt.figure(figsize=(
|
75 |
|
76 |
|
77 |
grid_spec = gridspec.GridSpec(1, 2, width_ratios=[6, 1])
|
|
|
71 |
return colormap[label]
|
72 |
|
73 |
def draw_plot(pred_img, seg):
|
74 |
+
fig = plt.figure(figsize=(20, 40))
|
75 |
|
76 |
|
77 |
grid_spec = gridspec.GridSpec(1, 2, width_ratios=[6, 1])
|