Tensorflow (Image Recognition)
I developed a program that trains my robot to recognize the turns which helps it solve the maze.
I built a model maze and took several images of my maze's left, right and straight directions.
Model maze#1
Model maze#2
Then, I used those images as three data sets then I used one picture from each set to test the code.
Left Image
Right Image
Straight Image
I used the tutorial from below link to guide me through building my model in Tensorflow:
https://www.datacamp.com/community/tutorials/tensorflow-tutorial#gs._ktlR3U
I built a model maze and took several images of my maze's left, right and straight directions.
Model maze#1
Model maze#2
Then, I used those images as three data sets then I used one picture from each set to test the code.
Left Image
Right Image
Straight Image
I used the tutorial from below link to guide me through building my model in Tensorflow:
https://www.datacamp.com/community/tutorials/tensorflow-tutorial#gs._ktlR3U
Comments
Post a Comment