sayedM commited on
Commit
64b5372
·
verified ·
1 Parent(s): ebbe8b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ def get_xyxy(input_image, outputs,w,h):
113
  # Class label.
114
  #label = "{}:{:.2f}".format(classes[class_ids[i]], confidences[i])
115
  # Draw label.
116
- draw_label(input_image, 'x', left, top)
117
  cv2.imwrite('image.jpg',input_image)
118
  #turn xywh into xyxy
119
  boxes[i][2]=left + width
 
113
  # Class label.
114
  #label = "{}:{:.2f}".format(classes[class_ids[i]], confidences[i])
115
  # Draw label.
116
+ draw_label(input_image, 'door', left, top)
117
  cv2.imwrite('image.jpg',input_image)
118
  #turn xywh into xyxy
119
  boxes[i][2]=left + width