EdjeElectronics / TensorFlow-Object-Detection-on-the-Raspberry-Pi

A tutorial showing how to set up TensorFlow's Object Detection API on the Raspberry Pi
Apache License 2.0
1.14k stars 365 forks source link

Runtime difference #40

Open kzpm opened 5 years ago

kzpm commented 5 years ago

When issueing python3 Object_detection_picamera.py --usbcam

this error appears:

/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.5
  return f(*args, **kwds)
/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: builtins.type size changed, may indicate binary incompatibility. Expected 432, got 412
  return f(*args, **kwds)

How to recompile tensorflow for runtime 3.5?

dedetuga commented 5 years ago

hi, this is not an error its a warning but everything must run well