TensorFlow-Object-Detection-on-the-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard

showing the video, but not recognize the result and bbox.

Open mk123qwe opened this issue 7 years ago • 0 comments
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

mk123qwe avatar Jul 28 '18 07:07 mk123qwe