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 Tag from Automatic Annotation #3358

Closed
2 tasks done
2er0 opened this issue Jun 23, 2021 · 0 comments · Fixed by #3896
Closed
2 tasks done

Add Tag from Automatic Annotation #3358

2er0 opened this issue Jun 23, 2021 · 0 comments · Fixed by #3896
Assignees
Labels
enhancement New feature or request

Comments

@2er0
Copy link

2er0 commented Jun 23, 2021

My actions before raising this issue

How to tag an image with an automatic annotation?
I have a model deployed in nuclio and would like to return a tag if an element is, for example, not detected in an image.

Current Behaviour

I tried to return a JSON stating that the type is a tag, but this results in an error.
My current workaround is to return a rectangle for the entire image, which states that the element is not in the image.

Expected Behaviour

Returning and adding a tag from the automatic annotation would be nice.

Example return JSON with a tag instead of a rectangle/polygon/point:

[
    {
        "confidence": "0.9999131",
        "label": "not found element",
        "type": "tag"
    }
]
@nmanovic nmanovic self-assigned this Jul 6, 2021
@nmanovic nmanovic added the enhancement New feature or request label Jul 6, 2021
@nmanovic nmanovic added this to To do in Semi-automatic and automatic annotation via automation Jul 6, 2021
Semi-automatic and automatic annotation automation moved this from To do to Done Dec 7, 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
Development

Successfully merging a pull request may close this issue.

2 participants