codrive
codrive copied to clipboard
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 N...
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...
Hey @larrylart, During compilation of he code on VIM3, did you do it using cross compiler? If so, does this demo work using cross compiler? 
run `aml_object_detect` got the Memory leak; in `vsi_nn_RunGraph`
Hey! Cool project. I've extended it to do MJPEG streaming with target drawing etc. I've also added sub-image sampling so that inference is run repeatedly over slightly overlapping 300x300 images...