Hello. I am a beginner using Hailo-8 Ai accelerator (PCIe Mode).
My current PC environment is as follows.
HW: Intel i7-8750H (RAM:32GB)
OS: Ubuntu 22.04 (X86-64)
Python: 3.8.19
tensorflow: 2.12.0
hailo-dataflow-compiler: 3.28.0
hailo-model-zoo: 2.12.0
hailort: 4.18.0
And I proceeded to DFC Inference in Tensorflow Environment of Dataflow Compiler v3.28.0, and confirmed that when I generated a random numpy array, it produced the output I wanted (res=0~1.0).
However, when I converted the image to numpy and input it, the result value occasionally output 0, which caused a difficult situation. I’m curious about what parts to check when this symptom occurs.
I’ll upload everything slowly to keep the main Q&A window clean. Thank you in advance.