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

Runtime difference

Open kzpm opened this issue 6 years ago • 1 comments
trafficstars

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?

kzpm avatar Mar 23 '19 18:03 kzpm

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

dedetuga avatar May 16 '19 09:05 dedetuga