Fix
This commit is contained in:
@@ -16,7 +16,7 @@ try:
|
|||||||
while True:
|
while True:
|
||||||
r = requests.get('{}/anonymize'.format(root_api_url))
|
r = requests.get('{}/anonymize'.format(root_api_url))
|
||||||
face_cascade = cv2.CascadeClassifier(cv2.data.haarcascades + 'haarcascade_frontalface_default.xml')
|
face_cascade = cv2.CascadeClassifier(cv2.data.haarcascades + 'haarcascade_frontalface_default.xml')
|
||||||
print(r.text)
|
# print(r.text)
|
||||||
response = r.json()
|
response = r.json()
|
||||||
|
|
||||||
for detection in response:
|
for detection in response:
|
||||||
|
|||||||
Reference in New Issue
Block a user