Skip to content

Finding speedups with OpenCV's implementation of Histogram of Oriented Gradients using their pedestrian trained SVM to find people in images and videos.

License

Notifications You must be signed in to change notification settings

samkreter/HOG-People-Detection-GPU

Repository files navigation

##People Dectection CPU and GPU comparision

Building

  1. Perform the standard cmake operations in the to create a build directory

  2. run the make command to complie

  3. If you are on a GPU capable device with cuda installed you will see two executables

    • GpuCpuTest: this will be the comparision test, the main exectuable to run

    • CpuRun: just a way to test the opencv implmenetion on a device without a GPU

  4. Execute the GpuCpuTest in order to see the comparison

About

Finding speedups with OpenCV's implementation of Histogram of Oriented Gradients using their pedestrian trained SVM to find people in images and videos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published