Code Monkey home page Code Monkey logo

cf2's People

Contributors

chaoma99 avatar jbhuang0604 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cf2's Issues

Tracking Target Loss

Hello,

This supplement and source are awesome. Thanks a lot.
I am trying to reproduce your paper but blocked.

After running run_tracker, the result is as following and seems wrong .
test

And command line windows will give the following errors messages occasionally.
Error in tracker_ensemble>predictPosition (line 155)
pos = pos + cell_size * [vert_delta - 1, horiz_delta - 1];

Any suggestions?
Thanks.

C++ implementation

I would like to implement your tracking algorithm in ROS and I wonder if you have a c++implementation of.

error in run_tracker"Array dimensions must match for binary array op."

My matlab is R2014b, matconvnet is beta20.
imagenet-vgg-verydeep-19.mat is downloaded from [(http://www.vlfeat.org/matconvnet/pretrained/)]
I tried to run run_tracker.

So I added net = vl_simplenn_tidy(net); %Amber in initial_net.m
and changed net.normalization.imageSize(1:2) into net.meta.normalization.imageSize(1:2)
as well as net.normalization.averageImage into net.meta.normalization.averageImage in get_features.m

But there still remain some mistakes like this
`Array dimensions must match for binary array op.

Error in get_features (line 17)
img = img - net.meta.normalization.averageImage;

Error in tracker_ensemble>extractFeature (line 201)
feat = get_features(patch, cos_window, indLayers);`

What should I do? Can anyone help me? Thanks!

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.