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

Fused Conversion Not Registered Issue in object detection

sathish297 opened this issue · 1 comments

Fused Conversion Not Registered Issue in object detection

Error when running
~/tensorflow1/models/research/object_detection $python3 objection_detection_picamera.py

E tensorflow/core/common_runtime/executor.cc:624] Executor failed to crate kernel. Not found: No registered '_FusedConv2D' OpKernel for CPU devices compatible with node {{node BoxPredictor_0/BoxEncodingPredictor/BiasAdd}}
. Registered:
[[{{node BoxPredictor_8/BoxEncodingPredictor/BiasAdd}}]]
Traceback (most recent call last):
File "/home/pi/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1334 in _do_call