def showIMG(img, box, time=10): cv2.rectangle(img, box[0:1], box[2:3], (255,255,255), 2) cv2.imshow('Image', img) cv2.waitKey(time)