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

Add Azure Face functionality #152

Closed
Webreaper opened this issue Jun 30, 2021 · 1 comment
Closed

Add Azure Face functionality #152

Webreaper opened this issue Jun 30, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Webreaper
Copy link
Owner

Webreaper commented Jun 30, 2021

Enhance face-detection by calling Azure Congnitive Service Face API for images with a face detected in them. Enhancement for #14.

Add options for filtering when Azure is used, to manage the 30k per month free limit:

  • Scan all images (for people with money or small collections)
  • Scan only images where Accord face detection found a face
  • Scan only new images (i.e., don't scan the previous existing 500,000 images)
  • Scan images with certain tags (see Tag Attributes #154)

Also, provide the ability to batch-scan an entire folder, date range, tag etc.

Add AI source to image objects - separate face table? Add other attributes.

@Webreaper Webreaper added enhancement New feature or request In Progress Issue is in development but not complete labels Jun 30, 2021
@Webreaper
Copy link
Owner Author

Use new PersonDirectory functionality to auto-train when using Azure Face Services.

@Webreaper Webreaper removed the In Progress Issue is in development but not complete label Aug 2, 2021
@Webreaper Webreaper added this to the Image/Face Recognition milestone Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant