ning8429 commited on
Commit
f83f4ae
·
verified ·
1 Parent(s): 27d4de9

Update api_server.py

Browse files
Files changed (1) hide show
  1. api_server.py +1 -0
api_server.py CHANGED
@@ -122,6 +122,7 @@ def predict():
122
  print("***Start YOLO predict***")
123
  # Make a prediction using YOLO
124
  results = model(image_data)
 
125
  print("***YOLO predict DONE***")
126
  check_memory_usage()
127
 
 
122
  print("***Start YOLO predict***")
123
  # Make a prediction using YOLO
124
  results = model(image_data)
125
+ print ("*****result:",results,"********")
126
  print("***YOLO predict DONE***")
127
  check_memory_usage()
128