tensorflow-siamese-fc
tensorflow-siamese-fc copied to clipboard
A Tensorflow implementation of [siamese-fc](https://github.com/bertinetto/siamese-fc)
Hi,I wanna train a network using your training code . But I can't get vid_id_frames.txt,Can you send it to me? My exmail is [email protected]~~ Thanks~~ Best wishes!
Hi, as the title describes, there is a variable named as `learningRates` in the file `siamese_net.py`, but I don't find any usage or calling in other files. So, would you...
Hi @www0wwwjs1 , Thanks for your work! I was just trying to run curation.py to convert the Matlab version to Python so that I get an idea of how to...
Hi - Thanks for this implementation. I am unable to download the pre-trained network(trained on Imagenet) from baidu. Would it be possible to make the model available on Google drive...
HI, www0wwwjs1: Your code is perfect. Thanks for your contribution. I have a problem about the parameter setting in train.py file. In that file, you set "opts['instanceSize'] = 255 -...
i want to use resnet in siamese-fc, is it okay to replace the alexnet with resnet?
我想请问一下這個更新尺度的公式有什麼依据“target_w = (1 - hp.scale_lr) * target_w + hp.scale_lr * scaled_target_w[new_scale_id] ”
这个代码的效果没有达到原文相同的结果,请问是什么原因?能通过调参调上去吗?