Zengyf-CVer commited on
Commit
3c609fb
·
1 Parent(s): 0084e13

v03 update

Browse files
Files changed (2) hide show
  1. app.py +4 -4
  2. img_example/giraffe.jpg +0 -0
app.py CHANGED
@@ -333,14 +333,14 @@ def main(args):
333
  ["person", "bus"],
334
  ["label", "pdf"],],
335
  [
336
- "./img_example/Millenial-at-work.jpg",
337
  "cpu",
338
  "yolov5l",
339
  320,
340
  0.5,
341
  0.45,
342
  12,
343
- ["person", "chair", "cup", "laptop"],
344
  ["label", "pdf"],],
345
  [
346
  "./img_example/zidane.jpg",
@@ -353,14 +353,14 @@ def main(args):
353
  ["person", "tie"],
354
  ["pdf", "json"],],
355
  [
356
- "./img_example/MichaelMiley.jpg",
357
  "cpu",
358
  "yolov5s6",
359
  1280,
360
  0.5,
361
  0.5,
362
  20,
363
- ["people", "kites"],
364
  ["label", "pdf"],],]
365
 
366
  # interface
 
333
  ["person", "bus"],
334
  ["label", "pdf"],],
335
  [
336
+ "./img_example/giraffe.jpg",
337
  "cpu",
338
  "yolov5l",
339
  320,
340
  0.5,
341
  0.45,
342
  12,
343
+ ["giraffe"],
344
  ["label", "pdf"],],
345
  [
346
  "./img_example/zidane.jpg",
 
353
  ["person", "tie"],
354
  ["pdf", "json"],],
355
  [
356
+ "./img_example/Millenial-at-work.jpg",
357
  "cpu",
358
  "yolov5s6",
359
  1280,
360
  0.5,
361
  0.5,
362
  20,
363
+ ["person", "chair", "cup", "laptop"],
364
  ["label", "pdf"],],]
365
 
366
  # interface
img_example/giraffe.jpg ADDED