Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Link to vision entities on drive
  • Loading branch information
vemchance authored Feb 25, 2024
1 parent 7196af7 commit 72aafdf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions GoogleVision/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ We may not use these in the project; however, they are available if we want to u


## Model Files
Model files are too large to add to repository, stored on OneDrive link (PDF on main) under Googe Vision Entity Extraction.

Model files are too large to add to repository, but the data used for the task (web entities) can be accessed here: <https://drive.google.com/drive/folders/14PhBsqzrEa4UjjTITCF8pLPWTa8SW6ek?usp=sharing>
### Face Detection
Face Detection detects multiple faces within an image along with the associated key facial attributes such as emotional state or wearing headwear. The Response output includes the bounding boxes/polygon, angle, tilt, confidence scores for emotion and headwear likelihood.

See example response: https://cloud.google.com/vision/docs/detecting-faces
See example response: <https://cloud.google.com/vision/docs/detecting-faces>

### Web Detection
Web Detection detects Web references to an image. Entities are linked to an ID which may be from the Google KG but this is unclear. The API also detects pages with matching images, other matching images, visually similar images and full matching images, providing a URL for these. The API also attempts to label the image itself.

See example response: https://cloud.google.com/vision/docs/detecting-web
See example response: <https://cloud.google.com/vision/docs/detecting-web>

0 comments on commit 72aafdf

Please sign in to comment.