9a3eedi / kuri_mbzirc_challenge_1

Challenge 1 related tasks implementation
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Detector runs slow on Nvidia board #12

Open 9a3eedi opened 7 years ago

9a3eedi commented 7 years ago

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.

9a3eedi commented 7 years ago

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.