crytion commited on
Commit
5de9dfc
1 Parent(s): 68ad6f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,9 +49,9 @@ def inference(img):
49
  outputpath = "out_" + str(index) + ".jpg"
50
  # cv2.imwrite(inputpath, img)
51
  index += 1
52
- print(time.strftime("START!!!!!!!!! %Y-%m-%d %H:%M:%S", time.localtime()))
53
  output = mainTest(img, outputpath)
54
- print(time.strftime("FINISH!!!!!!!!! %Y-%m-%d %H:%M:%S", time.localtime()))
55
  return output
56
 
57
 
 
49
  outputpath = "out_" + str(index) + ".jpg"
50
  # cv2.imwrite(inputpath, img)
51
  index += 1
52
+ print(time.strftime("开始时间!!!!!!!!! %Y-%m-%d %H:%M:%S", time.localtime()))
53
  output = mainTest(img, outputpath)
54
+ print(time.strftime("完成时间!!!!!!!!! %Y-%m-%d %H:%M:%S", time.localtime()))
55
  return output
56
 
57