SiamRPN_plus_plus_PyTorch
SiamRPN_plus_plus_PyTorch copied to clipboard
SiamRPN, SiamRPN++, unofficial implementation of "SiamRPN++" (CVPR2019), multi-GPUs, LMDB.
Excuse me, I want to know how much the training speed improving when using the datasets with the lmdb format.
Hi, could you please give me the raw results? Thanks!
Hi. Can you please share some transfer learning strategy to start with without training from scratch? thank you
Which code handles the sampling problem of random_shift_factor=32?
Thank you for your work,but I have a problem about the IOU , as followed: ```python cy_o = (im_h - 1.) / 2 cx_o = (im_w - 1.) / 2...
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...
Can you provide pretrained model? Thanks!
can you tell me your result in otb and vot2018
Great job! I am wondering what is the auc on otb and vot?