Code Monkey home page Code Monkey logo

rpn2t's Introduction

RPN2T

Original RPN2T project paget:
https://github.com/jimmy-ren/RPN2T

Introduction

We modify the RPN2T tracker by adding flow in sampling strategy and modify the network to siamese network, the paper named Flow Guided Siamese Network for Visual Tracking

This software is implemented using Caffe and part of Faster_rcnn.

System Requirements

This code is tested on 64 bit Linux (Ubuntu 14.04 LTS).

Prerequisites

  1. MATLAB (tested with R2014b and R2016a)
  2. Caffe (included in this repository external/_caffe/, or you may choose the official version of caffe)
  3. For GPU support, a GPU, CUDA toolkit and cuDNN will be needed. We have tested in GTX TitanX(MAXWELL) with CUDA7.5+cuDNNv5 and GTX 1080 with CUDA8.0+cuDNNv5.1.

Installation

Compile Caffe according to the installation guideline.

cd $(RPN2T_ROOT)
cd external/_caffe
# Adjust Makefile.config (For example, the path of MATLAB.)
make all -j8
make matcaffe

Compile LK algorithm (using Matlab)

compile

Online Tracking using RPN2T

Demo

Run (using Matlab at RPN2T_ROOT Folder)

1. GPU id can changed in the file ./tracking/rpn2t_init_rpn.m;
2. before showing demo, you may need modify dataset directory in ./utils/genconfig.m
3. before showing demo, you should run the command: addpath(genpath('./'));
4. run ./tracking/demo_tracking.m to show demo without GUI. In this way, you only can run with videos form benchmarks;
5. or run FRPN2T_GUI_demo.m to show demo with GUI, in this way, you can run with a video (.avi for example) and choose a target manually.

Result

OTB100

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.