Earlier 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...
Is this available in keras as well?
How to build a robot that “sees” with $100 and TensorFlow
41–50 of 63 posts
Re: How to build a robot that “sees” with $100 and TensorFlow
#42Just 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…
http://pjreddie.com/darknet/yolo/ , https://github.com/daijifeng001/MNC , https://bitbucket.org/aquariusjay/deeplab-public-ver2 or similar should do the job. Choose depending on how fast it needs to be, and how accurate the segmentation boundaries need to be
Re: How to build a robot that “sees” with $100 and TensorFlow
#43Earlier quoted context omitted.
I tried that ( https://www.tensorflow.org/versions/r0.9/how_tos/image_retra... ) which seems to work well.
yep, that's good if you want to retrain a pre-trained model for specific categories on new image data (that are pretty close to imagenet type images)
Re: How to build a robot that “sees” with $100 and TensorFlow
#44This reminds me of a low res vision system I read about 20 years ago: http://www.seattlerobotics.org/encoder/jan97/lowresv.html I've always been kind of intrigued by what is possible with very simple hardware.
Re: How to build a robot that “sees” with $100 and TensorFlow
#45Earlier quoted context omitted.
"I then built a simple Python webserver to spin the wheels of the robot based on keyboard commands that made for a nifty remote control car." So, not autonomous it would seem. With that and an arm, though, you could eventually get it to play fetch...
Ah, right. You could do this project with a cheap RC car and a phone running TF stuck on it
Re: How to build a robot that “sees” with $100 and TensorFlow
#46This reminds me of a low res vision system I read about 20 years ago: http://www.seattlerobotics.org/encoder/jan97/lowresv.html I've always been kind of intrigued by what is possible with very simple hardware.
Do you know what ever happened to the Encoder? I used to be so excited as a kid when a new issue came out.
It was a fantastic resource and I bet it was a lot of work to put one together. I sure appreciated the people that took the time to make it.
I always wanted to find some way to get to one of their meetings but it never worked out.
Re: How to build a robot that “sees” with $100 and TensorFlow
#47> 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.
Re: How to build a robot that “sees” with $100 and TensorFlow
#48My biggest current question is which keyboard is this, on the image in the article?! https://d3ansictanv2wj.cloudfront.net/Figure_2-985cd20ea0c0b...
Re: How to build a robot that “sees” with $100 and TensorFlow
#49I would like to know how long it "thinks"- it is clear the camera is paused for a while while the robot parses the image..
Re: How to build a robot that “sees” with $100 and TensorFlow
#50Dis the author publish a repo for this? It's easy getting tensorflow going for basic image classification but the hard part is actually making the robot move in a way that makes sense - using the camera and the sonar data to make decisions and then drive the motors. Or is this not autonomous?
"I then built a simple Python webserver to spin the wheels of the robot based on keyboard commands that made for a nifty remote control car." So, not autonomous it would seem. With that and an arm, though, you could eventually get it to play fetch...
If you promise not to judge me, you can use anything at your own risk here: https://github.com/lukas/robot