larrylart / codrive

Advanced driver-assistance system with Google Coral Edge TPU Dev Board / USB Accelerator, Intel Movidius NCS (neural compute stick), Myriad 2/X VPU, Gyrfalcon 2801 Neural Accelerator, NVIDIA Jetson Nano and Khadas VIM3
GNU General Public License v3.0
45 stars 9 forks source link

No objects detected after going through GetInference function #8

Open vigneshrajap opened 3 years ago

vigneshrajap commented 3 years ago

I followed the instructions as in the README. Once the inference ran

pAMLWorker->GetInference( vectMatchResult );

There are no inference of any COCO objects since

vectMatchResult.size() is always zero.

pAMLWorker->m_inferenceTime is around 0.03. So I don't understand why no objects are detected.

However, I am using Ubuntu 20.04 with the latest image and NPU SDK has some updates over the past few months (and i adapted to use OpenCV 4.5). Am I missing something?