Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Amazon Rekognition Training not successful (error 500 / 502) #353

Open
vdiogo opened this issue Oct 30, 2024 · 0 comments
Open

[BUG] Amazon Rekognition Training not successful (error 500 / 502) #353

vdiogo opened this issue Oct 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vdiogo
Copy link

vdiogo commented Oct 30, 2024

Describe the bug
I have recently started using Amazon Rekoginition in paralel with Compreface, and haven't been able to train the model when Double-Take returns unknown face recognition.

As an example, when I select an image an apply a label, I jump to the Train tab of Double-Take, and wait until the page loads (while training is in process) and get an error message saying Error 500. Slightly after that (couple of minutes) I get multiple Error 502 messages.

This is my Double-Take configuration for Rekognition:

  rekognition:
    aws_access_key_id: !secret aws_access_key
    aws_secret_access_key: !secret aws_secret_access_key
    aws_region: eu-west-1 #this is in Ireland, default is us-east-1
    collection_id: double-take
    opencv_face_required: true

Version of Double Take
v1.13.11.8

Expected behavior
Would expect that by applying the label to an image, that the model would be trained and would start getting subsequent images recognized by the model

Screenshots

  1. Select image and apply label
image
  1. Check training status
image
  1. Request fails
image
  1. Images appear as trained, but new (or tarined) images don't show the label applied
image

Hardware

  • OS: running double-take in Home Assistant (HACS)
  • Browser: Chrome

Additional context
Cannot find any useful info in the logs (including a reference to those error messages)

@vdiogo vdiogo added the bug Something isn't working label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant