Code Monkey home page Code Monkey logo

siamrpn-pytorch's People

Contributors

huanglianghua 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

siamrpn-pytorch's Issues

Question about training set

Thank you for your contributions! 👍 You are really admirable!

  • Would you please tell me exactly which datasets did you use to train the model? Actually, I'm not sure about the meaning of 'SiamRPN is trained on 4 extra datasets'.

Thanks a lot! 😄

Best regards!

training code

hello, i want to ask whether your training code will release? I want to study your training code, thank you for your answer

训练代码

您好,感谢分享!
请问能否提供训练代码呢?

How did you determine the details of the network parameters?

In your code, the numbers of kernels of five convolutional layers are 192, 512, 768, 768, 512, respectively. How did you get these numbers?
In the SiamRPN paper, the authors say that they use the AlexNet for extracting features of template branch and detection branch, but the numbers of convolutional kernels of the AlexNet isn't same as yours. So, I am confused.
I am looking forward to your reply, thank you!

Proposal Selection

Hi,

Thanks for the super clean implementation!
I noticed a discrepancy in the code and what is written in the SiamRPN paper.
Specifically you have: penalty = np.exp(-(change_ratio * change_sz - 1) * self.cfg.penalty_k)
but the paper seems to have penalty = np.exp(-(change_ratio * change_sz) * self.cfg.penalty_k), where did the -1 come from? Also in the paper they write: "After these operations, the top K proposals are re-ranked after multiply the classification score by the temporal penalty." However in your code there is no "top-K" you re-rank all proposals. The performance on VOT2018 seems to agree with SiamRPN nevertheless.

thanks,
Ross

LICENSE file?

This is a great resource! Thanks so much for making this public.

However, I was wondering if you could add a LICENSE file specifying the license for this repository. I suggest using the MIT or Apache licenses.

Thanks!
Jonathan

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.