Giter VIP home page Giter VIP logo

siamrpn_plus_plus_pytorch's People

Contributors

pengboxiangshang 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

siamrpn_plus_plus_pytorch's Issues

请教

您好,您这边要求的Ubuntu 14.04、Python 2.7、PyTorch 0.4.0
我想请教下,我使用Ubuntu 17.10、Python3、PyTorch 0.4的话是否可以?

训练过程

您只在imagenet训练是吗?论文作者在多个数据集进行训练的啊

about auc

Great job!
I am wondering what is the auc on otb and vot?

Transfer Learning

Hi.
Can you please share some transfer learning strategy to start with
without training from scratch?
thank you

worse result for test auc in otb100

thx for this great job at first!!!
i trained this code ONLY in ILSVRC2015_finetune,not like mult-trained(eg: trained in COCO,YoutubebBB,ILSVRC2015) in paper,and i got the auc:0.50 for epoch 20 in OTB100 testset.It's much worse than the results in the paper(0.69).
so Reasons for this phenomenon should be Too little training data?(only in ILSVRC2015)

About the IOU

Thank you for your work,but I have a problem about the IOU , as followed:

cy_o = (im_h - 1.) / 2
cx_o = (im_w - 1.) / 2
cy = cy_o + np.random.randint(- self.max_translate, self.max_translate + 1)
cx = cx_o + np.random.randint(- self.max_translate, self.max_translate + 1)
gt_cx = cx_o - cx
 gt_cy = cy_o - cy

I don't understand these codes,can someone explain why the ground truth of the object is written as above? Thank you .

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.