Turing311 commited on
Commit
4a02a41
1 Parent(s): 9b27b8e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def compare_face():
85
  response.status_code = 200
86
  response.headers["Content-Type"] = "application/json; charset=utf-8"
87
  return response
88
-
89
  faceRect2 = np.zeros([4], dtype=np.int32)
90
  feature2 = np.zeros([2048], dtype=np.uint8)
91
  featureSize2 = np.zeros([1], dtype=np.int32)
 
85
  response.status_code = 200
86
  response.headers["Content-Type"] = "application/json; charset=utf-8"
87
  return response
88
+ print("@@@@@@@@@@@@@@@@@", faceRect1, featureSize1)
89
  faceRect2 = np.zeros([4], dtype=np.int32)
90
  feature2 = np.zeros([2048], dtype=np.uint8)
91
  featureSize2 = np.zeros([1], dtype=np.int32)