Coder Social home page Coder Social logo

ucasqcz / circulant_matrix_tracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ducha-aiki/circulant_matrix_tracker

0.0 2.0 0.0 9.74 MB

Python port of João F. Henriques circulant matrix tracker

License: BSD 2-Clause "Simplified" License

Python 100.00%

circulant_matrix_tracker's Introduction

Circulant matrix tracker expanded to other descriptors

This code combines Circulant Matrix Tracker by João F. Henriques (Github, Author's page) and Hardnet image descriptor (Github, Paper)

To use this code:

  1. Get datasets. Comes with loader for MILTrack and VOT. Alternatively you can write your own loader.
  2. Extract somewhere. Recommended structure is to put data into ./data/sets/* and create folder ./data/logs/ where output will be generated
  3. Run ./circulant_matrix_tracker.py -i path_to_dataset

For more options run ./circulant_matrix_tracker.py -h

Descriptors

To change image descriptor to be used for tracking use -d|--descriptor option. Currently supported descriptors are:

  • raw | gray - Describe image using raw grayscale pixels
  • hardnet - Describe image using 128-channel pretrained HardNet++ descriptor

What is TODO/WIP so far:

  • WIP: GPU computation. If enabled some things get offloaded to gpu, but this parts needs more optimizations work
  • TODO: HOG Features descriptor
  • TODO: Some metric to automatically measure and evaluate quality of tracking
  • TODO: Rewrite everything to c++

Dependencies

  • Python (used 2.7, might work with other versions too)
  • Numpy
  • Matplotlib
  • Scipy
  • Torch
  • PyLab

circulant_matrix_tracker's People

Contributors

realjohnsmith avatar rodrigob avatar

Watchers

 avatar  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.