TensorFlow-Object-Detection-on-the-Raspberry-Pi
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard
showing the video, but not recognize the result and bbox.
trafficstars
test this:Tutorial to set up TensorFlow Object Detection API on the Raspberry Pi
I ran the program successfully, showing the video, but I did not recognize the result and bbox. and test simple code: import tensorflow as tf happy= tf.constant('Happy new year!') sess = tf.Session() sess.run(happy)
tensorflow works well