ToletiSri commited on
Commit
9b19c99
·
1 Parent(s): ac4ce22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -34,7 +34,8 @@ def inference(input_img,show_gradcam="yes", transparency = 0.5, target_layer_num
34
  return out_fig
35
 
36
  title = "TSAI S13 Assignment: YOLO V3 trained on PASCAL VOC Dataset"
37
- description = "A simple Gradio interface for object detection using YOLO V3 algorithm. Bounding boxes are shown around objects"
 
38
  examples = [["000002.jpg","yes", 0.5, -1],
39
  ["000004.jpg","yes", 0.5, -1],
40
  ["000006.jpg","yes", 0.5, -1],
 
34
  return out_fig
35
 
36
  title = "TSAI S13 Assignment: YOLO V3 trained on PASCAL VOC Dataset"
37
+ description = "A simple Gradio interface for object detection using YOLO V3 algorithm. Bounding boxes should be shown around these objects - aeroplane, bicycle, bird, boat, bottle, bus, car, cat, chair, cow, diningtable, dog, horse, motorbike, person, pottedplant, sheep, sofa, train, tvmonitor "
38
+
39
  examples = [["000002.jpg","yes", 0.5, -1],
40
  ["000004.jpg","yes", 0.5, -1],
41
  ["000006.jpg","yes", 0.5, -1],