1 | initial version |
unfortunately, this might not be possible at all. even if you build your own cv2.pyd with CUDA, it won't be able to use any CUDA functionality from python (there is no "adapter" code for the CUDA classes)
then, the c++ face recognition code is not CUDA optimized, either (you'd have to completely re-write it)