Giter Site home page Giter Site logo

Comments (20)

martin-danelljan avatar martin-danelljan commented on May 31, 2024 1

Great, thanks. Didn't think that it would make such a difference. We will look in to it and possibly add it.

from pytracking.

goutamgmb avatar goutamgmb commented on May 31, 2024

Are the results that you mention (0.678 and 0.657) from a single run of the tracker, or an average over multiple runs? Due to the stochastic nature of the tracker, the results of the tracker can very slightly over different runs. Hence in the paper, we report an average over 5 runs.

from pytracking.

noUmbrella avatar noUmbrella commented on May 31, 2024

Are the results that you mention (0.678 and 0.657) from a single run of the tracker, or an average over multiple runs? Due to the stochastic nature of the tracker, the results of the tracker can very slightly over different runs. Hence in the paper, we report an average over 5 runs.

Sure, I run 5 times, and average the results.

from pytracking.

goutamgmb avatar goutamgmb commented on May 31, 2024

Ok. I will recheck the models we have trained and the train settings and get back to you.

from pytracking.

noUmbrella avatar noUmbrella commented on May 31, 2024

Ok. I will recheck the models we have trained and the train settings and get back to you.

Thank you for your attention! I find that the max frame interval in source code is 50, whereas in paper is 100. I have not validate where this difference will influence the performance. In addition, I ran in pytorch0.4.1, centos7, python3.7, and TITAN X(pascal).

from pytracking.

noUmbrella avatar noUmbrella commented on May 31, 2024

Ok. I will recheck the models we have trained and the train settings and get back to you.

I have not validate where -> I have not validated whether. Sorry for clerical error.

from pytracking.

goutamgmb avatar goutamgmb commented on May 31, 2024

The released models were trained using max gap 50 as well. We have updated this on arxiv (https://arxiv.org/pdf/1811.07628.pdf).

from pytracking.

noUmbrella avatar noUmbrella commented on May 31, 2024

The released models were trained using max gap 50 as well. We have updated this on arxiv (https://arxiv.org/pdf/1811.07628.pdf).

In addition, as you paper said " We use image flipping and color jittering for data augmentation." But it seems that only ToGrayscale and ToTensorAndJitter augmentation methods are employed during training.

from pytracking.

goutamgmb avatar goutamgmb commented on May 31, 2024

Yes, the image flipping and color jittering are indeed missing from the release code. We hope to integrate them soon. The released models were however also trained without them. So they should not be the reason for the performance gap.

from pytracking.

noUmbrella avatar noUmbrella commented on May 31, 2024

Yes, the image flipping and color jittering are indeed missing from the release code. We hope to integrate them soon. The released models were however also trained without them. So they should not be the reason for the performance gap.

The color jittering may not missing. It seems that ToTensorAndJitter includes the color jittering. Thus, only flipping is missing.

from pytracking.

martin-danelljan avatar martin-danelljan commented on May 31, 2024

Its true, only flipping is missing. Regarding the OTB results, in the ATOM paper we calculate AUC for all methods with 100 threshold values, to get a more accurate estimate. In the default setting of using 20 threshold, ATOM has 0.669.

from pytracking.

noUmbrella avatar noUmbrella commented on May 31, 2024

Its true, only flipping is missing. Regarding the OTB results, in the ATOM paper we calculate AUC for all methods with 100 threshold values, to get a more accurate estimate. In the default setting of using 20 threshold, ATOM has 0.669.

It doesn't seem to be a question of evaluation method. I train the model using the released code, then testing the OTB2015 results (denoted by R1). Then, I test the OTB2015 results (denoted by R2) of the released model. Both R1 and R2 are calculated AUC with 100 threshold values, and their means are 0.657 and 0.678, respectively.

from pytracking.

noUmbrella avatar noUmbrella commented on May 31, 2024

Its true, only flipping is missing. Regarding the OTB results, in the ATOM paper we calculate AUC for all methods with 100 threshold values, to get a more accurate estimate. In the default setting of using 20 threshold, ATOM has 0.669.

When flipping is missed, the final train loss is about 0.04, and when flipping is employed, the final train loss is about 0.09. Are these consistent with your training?

from pytracking.

martin-danelljan avatar martin-danelljan commented on May 31, 2024

If you do flipping, you must also remember to flip the bounding box annotations.

from pytracking.

noUmbrella avatar noUmbrella commented on May 31, 2024

If you do flipping, you must also remember to flip the bounding box annotations.

Sure, I do this.

from pytracking.

dongfangduoshou123 avatar dongfangduoshou123 commented on May 31, 2024

I don't know if the closed issue's new comment anthor could receive the notice or not. I have some doubt at #8 (comment) after read the ATOM's track logic.
Expecting answers, best regards!

from pytracking.

martin-danelljan avatar martin-danelljan commented on May 31, 2024

@dongfangduoshou123 We get notifications of your posts, even if the issue is closed. So you do not have to post here.

from pytracking.

noUmbrella avatar noUmbrella commented on May 31, 2024

If you do flipping, you must also remember to flip the bounding box annotations.

Now, after adding flip, I get the tracking performance which is the same as the released model, that is 0.676 AUC on OTB2015.

from pytracking.

xi-mao avatar xi-mao commented on May 31, 2024

Thank you for your excellent work and sharing!
I trained the atom using the source code, and all configurations and employed training sets are same as those in the source code. Then, use the last epoch to test on OTB2015. However, compared the released model whose AUC on OTB2015 is 0.678, I only get 0.657 AUC with the model trained by myself.
Did you write training code yourself?

from pytracking.

wangaixue avatar wangaixue commented on May 31, 2024

@ @noUmbrella can you tell me how to add filp? thank you for you work

from pytracking.

Related Issues (20)

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.