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: Next Steps: using the pictures as soon as they are taken by my webcam.