Code Monkey home page Code Monkey logo

kcf's People

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

kcf's Issues

BSD License

Hey Tomas,

I am translating a MATLAB algorithm to C++ using OpenCV and I was hoping to use your FHOG C++ wrapper. However, I am wishing to distribute my work under the BSD license. Is it possible to get a version of your wrapper under the BSD?

Thank you for the consideration.

"txt" question

please somebody tell me where can i get the images.txt ? Thanks a lot!

Long time spent in my case

Hi:

I have the problem with time spent when I trying to use this KCF tracker in Opencv2
Although high accuracy of this tracker, some time the KCF part need more than 100 ms, even 200 ms

Is there any solution or adjustable parameter to be tuned to speed up this tracker

Thanks!

abug caused by wrCalloc and wrFree

A bug in gradientMex.cpp:

R = (float*) wrCalloc(wb*hb*nOrients,sizeof(float));
wrFree(R); 

N,R1, R2 also have the same problem, someone can modify like this:

R = (float*)alMalloc(wb*hb*nOrients*sizeof(float),16);
memset(R, 0, wb*hb*nOrients*sizeof(float));
alFree(R);

Will work correctly.

could you tell me the format of how to run?

I fail to run:
./kcf_vot region.txt images.txt
the region.txt have 4 numbers:246,226,94,114,
the images.txt is the absolute path of images:/home/daixiongming/下载/kcf-master/build_dai/blurFace/img.

the blurFace is downloaded on visual tracker benchmark!

but I also fail to run!!!!could you give me some advice ????thanks.

Many thanks

you will also see the build_dai directory include two files(images.txt and region.txt), and ./kcf_vot ,it also fails to read these files, could you tell me how to solve this problem? Many thanks! many friend in our group also fails to solve it !!!!

the speed is too low

thank you for your code! it is nearly 1fps when i use the code. how to speed up to make real time?

why the tracking speed of using linear kernel and using gaussain kernel are similar?

I run the code 2 times(one using linear kernel, another using gaussain kernel) in OTB50, every setting is same except the kernel. The results are ,the tracking speed of using linear kernel is 236fps, and the tracking speed of using gaussain kernel is 234fps.
In theory, the speed of using linear kernel is faster than using gaussain kernel.

your email address

Chinese government refuse to review foreigner website, your email address have some fault words, could you give me your address on this page?? Many thanks!

how to run????

Dear Tomas,
Many thanks for your sharing about the code, below is my running about "the kcf"
could you give me so advice ? I have spend 2days , and I also fail to run!
image

image

image

image

image

image

assertation error

My error message is like this:

./kcf_vot
init: img size 640 480
init: win size. 336 172
init: min max scales factors: 0.11781 2.20804
kcf_vot: /home/ubuntu/Tracker/vojirt_kcf/src/complexmat.hpp:149: ComplexMat_ ComplexMat_::mat_mat_operator(void (*)(std::complex<_Tp>&, const std::complex<Tp>&), const ComplexMat&) const [with T = float]: Assertion `mat_rhs.n_channels == n_channels && mat_rhs.cols == cols && mat_rhs.rows == rows' failed.
Aborted (core dumped)

I used the tiger in vot-2016.

~/Tracker/KCF/vojirt_kcf$ head region.txt
8,29,134,69

~/Tracker/KCF/vojirt_kcf$ head images.txt
~/Tracker/vot2016/tiger/00000001.jpg
~/Tracker/vot2016/tiger/00000002.jpg
~/Tracker/vot2016/tiger/00000003.jpg

Do you have clue?

BTW, does the code require Matlab library?
Thanks a lot for your help.

Can Xcode run this project with VOT?

If I wanna run this project with XCode by c++,how chould I do

there are some question about this:

  1. can I run without trax?
  2. whether vot must need matlab to run?
  3. the file "gen_cpp_cn.m" need to change to c++ file or something else?

thanks for help.

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.