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 golang custom label sample #24

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ConnorKirk
Copy link
Contributor

Issue #, if available:

Description of changes:
This PR adds a Custom Labels sample using the Go language

The sample demonstrates using the DetectCustomLabels API. It outputs an image with the bounding boxes drawn around the image under inspection.

There was an existing python sample under the custom-labels directory. I have moved this to a python subdirectory, and added a golang sibling directory.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ConnorKirk ConnorKirk self-assigned this Mar 2, 2023
@ConnorKirk ConnorKirk requested a review from matteofigus March 2, 2023 15:53
Copy link
Member

@matteofigus matteofigus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not super expert in GO but what I see looks simple and ok to me.
The folder renaming also looks good according to the conversations we had.
Perhaps I think what's missing is at least a README that explains:

  1. What is this
  2. How to run this - requirements for tools and AWS account
  3. Maybe a link about custom labels? What do you need to have a model/project running
  4. The usual disclaimer about the fact that you are responsible for cost, and, you should remember to stop your model once you are done otherwise you get billed for it!

@ConnorKirk
Copy link
Contributor Author

Good feedback, thank you. I will add a README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants