Skip to content

kurkovpavel/cuda_sad_visual_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuda_sad_visual_tracker

GPU Visual Tracker 1

Compiling:

mkdir build
cd build
# Choose CUDA arch for your GPU (6.1 here)
cmake -DCUDA_ARCHITECTURES=61 ..
make -j$(nproc)
cd bin

Run:

./FastTrackerCUDA
=== FastTracker CUDA ===
Initializing camera...
CUDA Device: NVIDIA GeForce GTX 1060 6GB
Compute Capability: 6.1
Global Memory: 6069 MB
CUDA initialized successfully
Tracker initialized. Click on the image to select template.
Controls:
  Q: Stop tracking
  W/S: Increase/decrease template size
  D/A: Increase/decrease ROI size
  R/F: Increase/decrease confidence threshold
  T/G: Increase/decrease update threshold
  C: Toggle CUDA/CPU mode
  ESC: Exit
Initializing tracker with template size: 30
Tracking started!

Press left mouse button to start tracking.

About

GPU Visual Tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors