sshi commited on
Commit
b3dd9ba
·
1 Parent(s): 21837c4

App bug fix.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def rescale_bboxes(out_bbox, size):
100
  return b
101
 
102
  def plot_results(pil_img, prob, boxes):
103
- fig = plt.figure(figsize=(64,40))
104
  plt.imshow(pil_img)
105
  ax = plt.gca()
106
  colors = COLORS * 100
 
100
  return b
101
 
102
  def plot_results(pil_img, prob, boxes):
103
+ fig = plt.figure(figsize=(64,40), dpi=1200)
104
  plt.imshow(pil_img)
105
  ax = plt.gca()
106
  colors = COLORS * 100