-
Notifications
You must be signed in to change notification settings - Fork 0
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
Amazon Rekognition support for PyZM #1
Conversation
For now: aws_region, aws_access_key_id, aws_secret_access_key
Thanks for this contribution - very useful! Comments added |
Ok, done the required changes. Hope that's all good now :) |
Thanks, that was quick! :) |
@mludvig I love this idea. I'm getting an error importing the module. Any ideas what might cause this?
|
Changing line 74 to the below resolves the above issue for python 3.6 and 3.7 compatibility: The previous debugging format was introduced in python 3.8 |
Thanks @lucasnz I've fixed it in my repo. |
Offload object-detection to Amazon Rekognition service.
Removes the need for GPU or TPU on the ZoneMinder server.