Giter Club home page Giter Club logo

Comments (4)

lifeng9472 avatar lifeng9472 commented on September 17, 2024

You mean replacing the 'resp_newton' function with the 'optimize_scores' used in CCOT? That surely might bring some changes due to the different processing of response scores. But I think it shouldn't make much difference on the whole OTB-100 dataset.

from strcf.

iou1992 avatar iou1992 commented on September 17, 2024

No.
% Compute Fourier series of interpolation function
[interp1_fs, interp2_fs] = cellfun(@(sz) get_interp_fourier(sz, params), filter_sz_cell, 'uniformoutput', false);
....
% Interpolate features to the continuous domain
xtf = interpolate_dft(xtf, interp1_fs, interp2_fs);

the code is CCOT tracker 。 i think the fuction of interpolate_dft is useful for STRCT . But the performence is becoming bad if add the function of interpolate_dft .
thanks.

from strcf.

lifeng9472 avatar lifeng9472 commented on September 17, 2024

Actually, from my previous experiments on combing CCOT and STRCF methods, the introduction of continuous convolution won't bring much improvements for STRCF. As for your question, maybe you should also interploate the label y as CCOT had done. Futhermore, the hyper-parameters also needs to be tuned for incorporating the continous convolution.

from strcf.

iou1992 avatar iou1992 commented on September 17, 2024

thank you for your advice.

from strcf.

Related Issues (19)

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.