GithubHelp home page GithubHelp logo

twotoone / concise-goturn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from autocyz/concise-goturn

0.0 1.0 0.0 334 KB

concise implementation of GOTURN,Source code for paper: Learning to Track at 100 FPS with Deep Regression Networks

Home Page: https://github.com/davheld/GOTURN

CMake 2.10% Shell 0.74% C++ 95.65% C 1.51%

concise-goturn's Introduction

Concise GOTURN

This is a concise implementation for GOTURN: Generic Object Tracking Using Regression Networks.

This project is based on project GOTURN, I just remake GOTURN and delete some redundant files so that I can test my video Conveniently.

I appreciate that David Held opened his code and trained caffemodel. According to his code and help document, we can easily re-run this project and test this algorithm. But this complete project GOTURN have some redundant files, which will add difficults for our testers,for example folder "train","test" and "visualizer". So I implement this concise project, so that we can test this algorithm by our own video more easily.

GOTURN appeared in this paper:

Learning to Track at 100 FPS with Deep Regression Networks,
David Held, Sebastian Thrun, Silvio Savarese,
European Conference on Computer Vision (ECCV), 2016 (In press)

Installation

Install dependencies:

  • Install CMake:
sudo apt-get install cmake
  • Install Caffe and compile using the CMake build instructions: http://caffe.berkeleyvision.org/installation.html You must compile caffe by cmake. If you do not use cmake to compile caffe , this project can not find required caffe.

  • Install OpenCV

sudo apt-get install libopencv-dev

If you installed opencv, do not execute it.

Compile

From the main directory, type:

open CMakeLists.txt,and change set(Caffe_DIR your_caffe_folder),for example, mine is set(Caffe_DIR ~/tracking/GOTURN/caffe)

then

mkdir build
cd build
cmake ..
make

Pretrained model

You can download a pretrained tracker model (434 MB) by running the following script from the main directory:

bash scripts/download_trained_model.sh

Test your own video

bash scripts/runTracker.sh

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.