You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The detector code seems to run pretty slow on the Nvidia board. The solution is to port the code to use the CUDA cores on the board. This might need a rebuild of OpenCV however.
The text was updated successfully, but these errors were encountered:
We did some timing tests and we noticed that the total processing time for each detector loop is around 30 milliseconds, which is much lower than what we're seeing, so it's probably not the detector code.
The detector code seems to run pretty slow on the Nvidia board. The solution is to port the code to use the CUDA cores on the board. This might need a rebuild of OpenCV however.
The text was updated successfully, but these errors were encountered: