GoPiGo moving based on tensorflow prediction using image set
I am have installed tensorflow in my Pi and successfully ran a script that predicts the turns of my maze.
I gave it a data set of images and my robot makes turns based on the predictions straight (0), left (1) and right (2).
Some parts of my tensorflow script:


Comments
Post a Comment