Hi i’ve been running the mobilenet ssd using this code
I tried this code in jetson nano but the fps is very low
I already read about the mobilenet ssd improvement and tensor rt and stuff but i can’t relate to this code.
If i want to use this code and improve it for jetson nano is it possible? where should i start?
Many thanks
Which OpenCV version are you using?
The version installed with JetPack by default does not support GPU/CUDA.
You may try to compile OpenCV with CUDA support.
Community member @mdegans provided a nice little script for compiling and installing OpenCV with CUDA support enabled.