codrive icon indicating copy to clipboard operation
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...

Results 4 codrive issues
Sort by recently updated
recently updated
newest added

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? ![COdrive-error](https://user-images.githubusercontent.com/85996229/125451400-0ca79b4d-63c6-454f-882a-5b1b74e9b13f.PNG)

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...