GithubHelp home page GithubHelp logo

cfwcr'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

cfwcr's Issues

error when running run_experiments.m using CFWCR_VOT() on VOT

I have runned the demo_CFWCR successfully.
But i met errors when running run_experiments below :
2
In tracker_CFWCR,I use CFWCR_VOT().m
And when i use CFWCR_VOT_CPU().m,it could run successfully,but the results using CPU is not as good as GPU.
Do you know how to fix this proble?
Thanks for your reply.

问题1

请问 imagenet-vgg-m-2048-cut.mat在哪里下载?

How can I test the code in new dataset?

I can sucessfully run the code demo_CFWCR.m in your test data “sequences/Crossing”.
So I add some new data for further test. I put the image files in the "sequences/frame/img" folder, and a groundtruth_rect.txt in the "sequences/frame".
groundtruth_rect.txt I give only contained one line of coordinate in order tp initialize the program.
And then, the demo_CRWCR can finished without error. However, in the output "results.res" only contained one coordinate, which I gave in groundtruth_rect.txt.
Why the program didn't give some predict result? What was I have missed?

TraX support not detected when VOT text

I have runned the demo_CFWCR.m successfully
and i have copied the trax files into the native of VOT file
and then i create the workpace.
But i meet the error when i run run_experiments.m

Tracker execution interrupted: Unable to start the tracker process
TraX support not detected.

Thanks for your reply if you know how to deal with this error.

how you train your model

Hi @he010103 ,
Your method is such good. I want to know that how you train your model? I want to train our own dataset, how I can do? Can you share your training codes?

Install.m has erronous call to install matconvnet

the install.m has the following line 19
vl_compilenn('enableGpu', true, 'cudaMethod', 'nvcc','cudaRoot', 'your cuda path','verbose', 2);

which has 'your cuda path' for cudaRoot. It is not mentioned in the README that we need to set/change/remove this first before running install

Also, this is a bit unnecessary, since the 2nd step in the README already asks to compile and install matconvnet via the link 'more install details'

Matconvnet issue for CFWCR code

How to solve this issue

Error using vl_nnconv
An input is not a numeric array (or GPU support not compiled).

Error in vl_simplenn (line 300)
res(i+1).x = vl_nnconv(res(i).x, l.weights{1}, l.weights{2}, ...

Error in get_cnn_layers (line 23)
cnn_feat = vl_simplenn(fparams.net,gpuArray(im),[],[],'CuDNN',false, 'Mode', 'test');

Error in extract_features (line 48)
feature_map(ind:ind+num_blocks-1) = feat.getFeature(img_samples{img_sample_ind}, feat.fparams, gparams);

Error in tracker (line 275)
xl = extract_features(im, sample_pos, currentScaleFactor, features, global_fparams, feature_extract_info);

Error in testing_CFWCR (line 98)
results = tracker(params);

Error in demo_CFWCR (line 13)
results = testing_CFWCR(seq);

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.