Uh oh!
There was an error while loading. Please reload this page.
Vision logo detection - #2235
Merged
Merged
Conversation
daspecsterforce-pushed
the
vision-logo-detection
branch
2 times, most recently
from
September 1, 2016 18:05
5b20369 to
81cb07cComparedaspecsterforce-pushed
the
vision-logo-detection
branch
3 times, most recently
from
September 9, 2016 17:32
7773a38 to
c404c65Comparedaspecster
commented
Sep 9, 2016
ContributorAuthor
OK! @tseaver, I think this one is ready to go. |
| class EntityAnnotation(object): | ||
| """Representation of an entity returned from the Vision API.""" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
tseaver
commented
Sep 9, 2016
Contributor
LGTM |
daspecster
commented
Sep 9, 2016
ContributorAuthor
Awesome thanks! |
daspecster
commented
Sep 9, 2016
ContributorAuthor
vercies -> vertices... |
daspecsterforce-pushed
the
vision-logo-detection
branch
from
September 9, 2016 20:46
c49c675 to
028be63Comparedaspecsterforce-pushed
the
vision-logo-detection
branch
from
September 10, 2016 00:26
028be63 to
67ba8e5Compare Merged
parthea added a commit
that referenced
this pull request
Nov 24, 2025
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <omairn@google.com>
parthea pushed a commit
that referenced
this pull request
Apr 1, 2026
* Revert "fix: Correct connection normalization in blob system tests (#2222)" This reverts commit a0e1e50e47c758bdceb54d04180ed36b35cf2e35. * fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based off #2224.
This adds EntityAnnotation, which is used by LOGO_DETECTION, LANDMARK_DETECTION, LABEL_DETECTION and TEXT_DETECTION.
Small PRs for the other three detection types will follow.
✅
I'll rebase this after #2224 gets merged in.