Skip to content

The following code is an uncompleted version of calculating hand trajectory using Realsense D435, yolov3(F-RCNN) and opencv tracker 'CSRT' for further tracking the hand

Notifications You must be signed in to change notification settings

UsamaHasan/Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracking

The following code is an uncompleted version of calculating hand trajectory using Realsense D435, yolov3(F-RCNN) and opencv tracker 'CSRT' for further tracking the hand.

Requirements

opencv(==3.4.6) built with tracker repos from opencv-contrib. libtorch with cuda 9 or 9.2 Also, please provide the realsense bag files and enter there path in the main.cpp file.

Running the code

To run the code, first you need to provide the libtorch path in src/CMakeLists.txt.

mkdir build
cd build
cmake ..

About

The following code is an uncompleted version of calculating hand trajectory using Realsense D435, yolov3(F-RCNN) and opencv tracker 'CSRT' for further tracking the hand

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published