Skip to content

caomw/dpm_gpu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

dpm_gpu

Requirements

  • CUDA
  • OpenCV

How to Build

  1. Download source code (YOUR_INSTALL_PATH)
  2. $ cd YOUR_INSTALL_PATH
  3. Modify the two-digit number on line 4 of CAR_TRACKING/CAR_TRACKING.makefile So it matches the compute capability of your NVIDIA GPU (Please refer to: https://developer.nvidia.com/cuda-gpus)
  4. Execute $ make under the YOUR_INSTALL_PATH directory

How to run

  1. $ cd YOUR_INSTALL_PATH
  2. $ ./gccRelease/CAR_TRACKING.exe (If you want to run the program with debug information, then run $ ./gccDebug/CAR_TRACKING.exe)
  3. Type 'ESC' key to terminate the program, or type any other key to process the next image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.8%
  • Cuda 13.9%
  • C 9.2%
  • Makefile 0.1%