Installing OpenCV w/ GPU in Windows

Revision as of 13:04, 21 September 2021 by Bpopp (talk | contribs) (Created page with "The OpenCV installing via pip does not include GPU support and will significantly reduce performance. This decreases FPS from around 30FPS to under 2FPS in darknet. To enable ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The OpenCV installing via pip does not include GPU support and will significantly reduce performance. This decreases FPS from around 30FPS to under 2FPS in darknet. To enable the GPU, you must compile opencv with CUDA support.

  1. Download OpenCV from here
  2. Download OpenCV Contrib from here (note that versions should match)