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 a simple object detection example #5

Open
marianopeck opened this issue Aug 7, 2019 · 3 comments
Open

Add a simple object detection example #5

marianopeck opened this issue Aug 7, 2019 · 3 comments
Labels

Comments

@marianopeck
Copy link
Collaborator

Now that we got image recognition to work, we shoud try "Object Detection". Something like this or this or this.

I wonder if we can download pre-trained models with that and then display the images from Smalltalk. Did you ever try? @SergeStinckwich ?

@marianopeck
Copy link
Collaborator Author

There are some opinions already about this:

#4 (comment)

#4 (comment)

#4 (comment)

@gerasdf
Copy link
Collaborator

gerasdf commented Aug 7, 2019

I've been looking at the "TensorFlow Object Detection Zoo" (https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md) and it's absolutely possible (and somehow easy) to implement all of them...

I just need to have some time. The basic structure is the same as for LabelImage examples, so we may want to add a common superclass that loads the graph and handles a number of image files. Then what's different is the input node (we can search it by name, it's easy) and the output tensors and labels file format... We'll see... I'm swamped with work, so I can't really sit down and do it, but maybe... just maybe...

@SergeStinckwich
Copy link

If we split the effort we can do most of the example in the webpage I guess.

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

No branches or pull requests

3 participants