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

Fused Conversion Not Registered Issue in object detection #52

Open sathish297 opened 5 years ago

sathish297 commented 5 years ago

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