Giter Club home page Giter Club logo

kernelized_correlation_filters_gpu's Introduction

Kernelized Correlation Filters GPU

A correlation filters and deep learning based object tracking algorithm. The algorithm is implemented on the GPU using CUDA C++.


Requirements

Downloading the Package

$ git clone https://github.com/iKrishneel/kernelized_correlation_filters_gpu.git
$ cd kernelized_correlation_filters_gpu
$ git pull --all

Compilation

The package is a ROS node and can be complied using the catkin tools

  $ catkin build kernelized_correlation_filters_gpu

If you dont use ROS, you can comment out the ROS dependencies in the following three files:

Make sure to set other appropriate paths.

Running

 $ roslaunch kernelized_correlation_filters_gpu kernelized_correlation_filters_gpu.launch <options>

<options>

In the launch file there are number of options that can be set according to how you what the algorithm to run. Brief descriptions are as follows:

  • image [sensor_msgs/Image]: - input image topic name
  • headless [Bool]: - to visualize the intermediate results set it to false
  • downside [Int]: - (>= 1) specifies the factor for image reduction
  • init_from_detector [Bool]: - flag for alterning how the tracker will be initialized.
  • runtype_without_uav [Bool]: - flag to specify if tracking on uav so the tracker can use odom for height based scale estimation

Results

The video results of this algorithm can be viwed here

Reference

Please cite our work should you find our algorithm useful.

Krishneel Chaudhary, Moju Chou, Fan Shi, Xiangyu Chen, Kei Okada, Masayuki Inaba: Robust Real-time Visual Tracking Using Dual-Frame Deep Comparison Network Integrated with Correlation Filters, IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2017), Vancouver, Canada. September 24 - 28, 2017

kernelized_correlation_filters_gpu's People

Contributors

ikrishneel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.