Jindřich Löffler
Results
2
comments of
Jindřich Löffler
trafficstars
`python3 Object_detection_picamera.py --usbcam Traceback (most recent call last): File "Object_detection_picamera.py", line 82, in od_graph_def = tf.GraphDef() AttributeError: module 'tensorflow' has no attribute 'GraphDef'` `pi@raspberrypi:~/tensorflow/models/research/object_detection $ pip3 install tensorflow==1.13 Looking in...
Ha I figured it out ! `Its pip3 install tensorflow==1.13.1` 1.13 is not enough :)