-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
AWS Rekognition Interest #218
Comments
Hey there, So far it works very well, one thing that would be nice to add is sensors with the number of images processed for the month and/or the current cost Thanks ! |
I like that idea! I'll look into it. |
For me rekognition works much better than compreface. I would love a counter, how many are processed and a "limit" of pictures to be sent to rekognition would also be nice. If there is like thousand kids for halloween on your door it can be quite cost intensive. ;-) |
@lied Really? Hmm maybe i should give it a go then. In what way do you feel it has been better? |
Compreface tries to put a name to every face it detects. Unknown faces are very rare. At least in my setup. Where AWS is much more reliable. |
Hmm haven't used it for that long. Does it not put low confidence and no match to faces it doesn't know ?
I agree that would be annoying, i'd like to see unknown faces.
Ofcourse recognition you will be dependent on the cloud and pay a little. How much do you pay on average per month if i may ask ?
…________________________________
From: lied ***@***.***>
Sent: 22 November 2022 05:36
To: jakowenko/double-take ***@***.***>
Cc: atv2016 ***@***.***>; Comment ***@***.***>
Subject: Re: [jakowenko/double-take] AWS Rekognition Interest (Issue #218)
@lied<https://github.com/lied> Really? Hmm maybe i should give it a go then. In what way do you feel it has been better?
Compreface tries to put a name to every face it detects. Unknown faces are very rare. At least in my setup. Where AWS is much more reliable.
—
Reply to this email directly, view it on GitHub<#218 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEBCFU4AFSSRRTH2QBHMH4LWJRLVJANCNFSM5YLNYWHA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
i looked into aws and amazon is offering three face api. Face Detection which one is needed? |
@ozett where did you find those APIs? I've set this up by 1. configuring a separate user 2. adding the AmazonRekognitionFullAccess policy to that user (or a connected user group) 3. logging in with that user 4. copying the access key id and secret access key from there and 5. pasting that in the configuration of detectors as posted above. Doing some initial testing now as well, but so far the results are definitely better than CompreFace, so very happy with this integration @jakowenko! :) |
Did you try with the custom builds for compreface as well? Does it recognise unknown people? I find it’s just not useful as doubletake/compreface recognise known persons but can’t really distinguish well once there is an unknown.
…________________________________
From: MichielvanBeers ***@***.***>
Sent: 30 January 2023 17:32
To: jakowenko/double-take ***@***.***>
Cc: atv2016 ***@***.***>; Comment ***@***.***>
Subject: Re: [jakowenko/double-take] AWS Rekognition Interest (Issue #218)
@ozett<https://github.com/ozett> where did you find those APIs? I've set this up by 1. configuring a separate user<https://docs.aws.amazon.com/IAM/latest/UserGuide/getting-set-up.html#create-an-admin> 2. adding the AmazonRekognitionFullAccess policy to that user (or a connected user group) 3. logging in with that user 4. copying the access key id and secret access key from there and 5. pasting that in the configuration of detectors as posted above.
Doing some initial testing now as well, but so far the results are definitely better than CompreFace, so very happy with this integration @jakowenko<https://github.com/jakowenko>! :)
—
Reply to this email directly, view it on GitHub<#218 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEBCFU5QT4W2UOVSQHUXKRTWU73LFANCNFSM5YLNYWHA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
I'm not sure which custom builds you mean, so I don't think I have tested those yet. If you can point me in the right direction I'm happy to help test! I've also noticed a difference in the performance in low lighting. Here AWS Rekognition seems to struggle more than CompreFace, though I haven't tested thoroughly yet. |
thats the API-Pricing i can see: |
Ah, I didn't know that one. Looking at the pricing overview that I came across in my AWS portal, I'd reckon it is the top one, but I'm not 100% sure. The Free tier lets you have 5000 scans per month for free at least, so that is great for testing. |
Thanks for this great addition. I am currently on the free tier (at least that's what I believe...).
The AWS interface is somewhat over complicated and I don't feel quite comfortable now that my credit card is known.... |
On my aws account I got a mail once I nearly used my monthly free tier
amount. Beside that, I don't know if you can setup more beside the normal
limits you can apply to your aws billing account amount.
…On Sat, Apr 8, 2023, 16:46 Florian Neuhaus ***@***.***> wrote:
Thanks for this great addition. I am currently on the free tier (at least
that's what I believe...).
- Is there a way to see the current usage and limits of the
Rekognition-API
- Is there a way to limit costs per month and disable the API if
exceeded?
The AWS interface is somewhat over complicated and I don't feel quite
comfortable now that my credit card is known....
—
Reply to this email directly, view it on GitHub
<#218 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEHYM3FMGUDGZDCSSSLCO3XAF227ANCNFSM5YLNYWHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I've been curious to know how well AWS Rekognition stacks up to the other open source detectors and decided to build an online API to support this and allow easy integration on the Double Take side.
My idea was to support Rekognition from within the Double Take API for users who want to use their own AWS account and to also provide an online API hosted by myself that would also provide the same ability.
Implementing it on the Double Take side would look something like this.
Pricing from AWS is $0.0010 per image so there will be some costs to consider for those who are interested and in the future that price may change.
Either way, I'm going to build this out for personal use and if there's any others who are interested in trying it out feel free to let me know. If this catches on I will have to figure out automated payments, etc.
The text was updated successfully, but these errors were encountered: