dusty-nv / jetson-inference

Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
https://developer.nvidia.com/embedded/twodaystoademo
MIT License
7.55k stars 2.94k forks source link

could we use opencv to run neural networks on jetson nano ? #303

Closed Jiakui closed 1 year ago

Jiakui commented 5 years ago

I know that opencv could run on jetson nano. I also know that we could run neural networks inference with opencv. So could we just use opencv to run neural networks on jetson nano ?

Jiakui commented 5 years ago

https://stackoverflow.com/questions/49939933/opencv-dnn-module-inference-does-not-use-gpu-on-jetson-tx2-for-ssd-mobilenet

this link said that opencv dnn only runs with openCL, not cuda. Therefore we need openCL driver for opencv dnn to run.