Giter Site home page Giter Site logo

ldes's People

Contributors

ihpdep 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

ldes's Issues

compiled the utility/mpolar.cpp error in windows

I recompiled the utility/mpolar.cpp with mex using VS2017 and opencv3.3.0., and I came into the following error

Error using mex
Creating library mpolar.lib and object mpolar.exp
mpolar.obj : error LNK2019: unresolved external symbol "void __cdecl cv::fastFree(void *)" (?fastFree@cv@@YAXPEAX@Z) referenced in
function "public: __cdecl cv::Mat::~Mat(void)" (??1Mat@cv@@qeaa@XZ)
mpolar.obj : error LNK2019: unresolved external symbol "private: void __cdecl cv::String::deallocate(void)"
(?deallocate@String@cv@@AEAAXXZ) referenced in function "public: __cdecl cv::String::~String(void)" (??1String@cv@@qeaa@XZ)
mpolar.obj : error LNK2019: unresolved external symbol "public: static class cv::MatExpr cdecl cv::Mat::zeros(class cv::Size,int)"
(?zeros@Mat@cv@@sa?AVMatExpr@2@V?$Size
@h@2@H@Z) referenced in function mexFunction
mpolar.obj : error LNK2019: unresolved external symbol "public: void __cdecl cv::Mat::deallocate(void)" (?deallocate@Mat@cv@@QEAAXXZ)
referenced in function "public: void __cdecl cv::Mat::release(void)" (?release@Mat@cv@@QEAAXXZ)
mpolar.obj : error LNK2019: unresolved external symbol "public: __cdecl _IplImage::_IplImage(class cv::Mat const &)"
(??0_IplImage@@qeaa@AEBVMat@cv@@@z) referenced in function mexFunction
mpolar.obj : error LNK2019: unresolved external symbol cvLogPolar referenced in function mexFunction
mpolar.mexw64 : fatal error LNK1120: 6 unresolved externals

About a comparative experiment in the paper

Your work is great, providing a quick estimate of scale and rotation.
In the paper, one of your comparative experiments is to construct fDSST-LP, SAMF-LP and ECO-LP. Does the implementation of these functions include BSD iterations?

How to train the filter

Thanks for your work, I follow the steps and successfully run the demo, and vot test.
How to train this filter?

Error on demo

When I run demo.m, I came into the error of "mexfiles\mpolar.mexw64' 无效: 找不到指定的模块。。".have you ever see this question?thank you

Request for results

Hi,

Could you please provide original results on different benchmarks?

BR,

Will the ECO version be released?

Hi, thanks for make the excellent work open source.
However, it seems that the code only implements SAMF version of LDES. Will the fDSST and ECO versions be also released as introduced in the paper?

Invalid MEX-file 'C:\LDES-master\utility\mexfiles\mpolar.mexw64': The specified module could not be found..

我配置win10, matlab2016b, opencv2.4.11,一直运行失败,我重新mex编译也不行,我把compile.m的内容修改如下也不行!

mex -lopencv_core -lopencv_imgproc -L C:\opencv\build\x64\vc11\lib -I C:\opencv\build\include mexResize.cpp MxArray.cpp
mex -lopencv_core -lopencv_imgproc -L C:\opencv\build\x64\vc11\lib -I C:\opencv\build\include mpolar.cpp
mex -lopencv_core -lopencv_imgproc -L C:\opencv\build\x64\vc11\lib ...
-I C:\opencv\build\include getColorSpace.cpp
mex -lopencv_core -lopencv_imgproc -L C:\opencv\build\x64\vc11\lib ...
-I C:\opencv\build\include getColorSpaceHist.cpp

Request for POT raw results

Hi,
Thanks for your excellent works. Would you mind share you experiment results on POT dataset?
Thank you.

mpolar error

Hello, when runing the demo, i got the error:
Invalid MEX-file '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64': Missing dependent shared libraries:
'libopencv_core.so.2.4' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'
'libopencv_imgproc.so.2.4' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'

Missing symbol 'cvLogPolar' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'
Missing symbol '_ZN2cv3Mat10deallocateEv' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'
Missing symbol '_ZN2cv3Mat5zerosENS_5Size_IiEEi' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'
Missing symbol '_ZN2cv8fastFreeEPv' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'
Missing symbol '_ZNK2cv3Matcv9_IplImageEv' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'.

Error in logupdate (line 37)
patchL = mpolar(double(patchL),p.mag);

Error in tracker (line 55)
p = logupdate(1,im, pos, tmp_sc,tmp_rot,p);

Error in demo (line 22)
[,rects,,,, time] = tracker(video_path, img_files, pos, target_sz, rot, show_visualization);
how can i slove it?

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.