You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python add_image.py -i "Picture 1.jpg" -c home -l Ashish9561217616
but it gives error:
Traceback (most recent call last):
File "add_image.py", line 36, in
file.write(('%s | %s | %s | %s | %s\n') % (current, args.label, args.collection, response['FaceRecords'][0]['Face']['FaceId'], response['FaceRecords'][0]['Face']['ImageId']))
IndexError: list index out of range
I have attached the image file.
Can you help to identify the cause of problem?Is there any issue with image?
The text was updated successfully, but these errors were encountered:
Hi ,
I tried to add the image using below code:
python add_image.py -i "Picture 1.jpg" -c home -l Ashish9561217616
but it gives error:
Traceback (most recent call last):
File "add_image.py", line 36, in
file.write(('%s | %s | %s | %s | %s\n') % (current, args.label, args.collection, response['FaceRecords'][0]['Face']['FaceId'], response['FaceRecords'][0]['Face']['ImageId']))
IndexError: list index out of range
I have attached the image file.
Can you help to identify the cause of problem?Is there any issue with image?
The text was updated successfully, but these errors were encountered: