http://www.seattlerobotics.org/encoder/jan97/lowresv.html
I've always been kind of intrigued by what is possible with very simple hardware.How to build a robot that “sees” with $100 and TensorFlow
31–40 of 63 posts
Re: How to build a robot that “sees” with $100 and TensorFlow
#32Just a nit, but the author keeps talking about object recognition while what he was actually doing is image classification. Object recognition actually consists of two tasks, one is classifying the object (this is a beer bottle) and the other is also says where in the image the object is. Additionally it can/should detect multiple objects in the image. This is a more complex than classification, which only associates…
Re: How to build a robot that “sees” with $100 and TensorFlow
#33With Chrome developer tools I see one error: "Uncaught SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document."
Re: How to build a robot that “sees” with $100 and TensorFlow
#34Earlier quoted context omitted.
To do the task in the article (classify images, pretrained model) - it's pretty easy - just follow the tutorial here: https://www.tensorflow.org/versions/r0.10/tutorials/image_re...
I tried that ( https://www.tensorflow.org/versions/r0.9/how_tos/image_retra... ) which seems to work well.
Re: How to build a robot that “sees” with $100 and TensorFlow
#35Just a nit, but the author keeps talking about object recognition while what he was actually doing is image classification. Object recognition actually consists of two tasks, one is classifying the object (this is a beer bottle) and the other is also says where in the image the object is. Additionally it can/should detect multiple objects in the image. This is a more complex than classification, which only associates…
Actually the tensorflow implementation he uses does both segmentation and classification and returns a probabilistic graph of objects. For his application, it's only returning the top result, so it looks more basic than it is.
Re: How to build a robot that “sees” with $100 and TensorFlow
#36Earlier quoted context omitted.
Actually the tensorflow implementation he uses does both segmentation and classification and returns a probabilistic graph of objects. For his application, it's only returning the top result, so it looks more basic than it is.
No, it doesn't and there is no graph returned whatsoever. It's just a list of the top classification labels for the image (see example at the tutorial he cited https://github.com/tensorflow/tensorflow/tree/master/tensorf... ). This is not the result of a segmentation but is rather a list of the top labels the model believes this could be. If you look at the top results you'll see they're usually similar/in the same f…
The system has to segment before it classifies. That isn't returned to the user, but gradient descent is happening in the background. Like I said, it's a nitpick but important if you're trying to really build novel CV applications.
One of my gripes with people implementing pre-built modules from TF is that you don't really build any of the hard stuff, and it's pre-trained so not much learning is happening. You can't for example build RL systems with off the shelf TF implementations.
Re: How to build a robot that “sees” with $100 and TensorFlow
#37Earlier quoted context omitted.
No, it doesn't and there is no graph returned whatsoever. It's just a list of the top classification labels for the image (see example at the tutorial he cited https://github.com/tensorflow/tensorflow/tree/master/tensorf... ). This is not the result of a segmentation but is rather a list of the top labels the model believes this could be. If you look at the top results you'll see they're usually similar/in the same f…
That's my point. With these OTS modules they are only returning on known classifiers. The system has to segment before it classifies. That isn't returned to the user, but gradient descent is happening in the background. Like I said, it's a nitpick but important if you're trying to really build novel CV applications. One of my gripes with people implementing pre-built modules from TF is that you don't really build any…
Also gradient descent has nothing to do with segmentation at all, I don't understand what you're talking about. Gradient descent is used to find the set of weights that minimizes the error. This is standard in training neural networks of any kind using backpropagation.
Re: How to build a robot that “sees” with $100 and TensorFlow
#38> recognizing arbitrary objects within a larger image has been the Holy Grail of artificial intelligence The Holy Grail is general AI. Recognizing objects is a side quest, perhaps a required step, but, by no means, the end goal.
Like so many other things in the field of AI, general object recognition was the "holy grail" because it was assumed that it required AGI. Now we've figured out a way to do general object recognition without AGI.
I was at one time guilty of this. But hey, I was young and stupid :D
Re: How to build a robot that “sees” with $100 and TensorFlow
#39This was amazing, I am amazed at your command of both hardware and software technology. Even as a Software Engineer, I have a hard time trying to make TensorFlow do something for me.
To do the task in the article (classify images, pretrained model) - it's pretty easy - just follow the tutorial here: https://www.tensorflow.org/versions/r0.10/tutorials/image_re...
Re: How to build a robot that “sees” with $100 and TensorFlow
#40My biggest current question is which keyboard is this, on the image in the article?! https://d3ansictanv2wj.cloudfront.net/Figure_2-985cd20ea0c0b...
Looks like Karnotech Foldable Silicone Keyboard