-
i want to use resnet in siamese-fc, is it okay to replace the alexnet with resnet?
-
@bertinetto @zhangliliang
With the siamese-fc v1 code, the file named "arch.dot" is missing. Where could I download it?
Thanks.
-
What decides the speed of siamese-fc? I notice that the siameseFC-ResNet still run 25fps (report in ECCV2016 paper), but we all know that ResNet network have far more parameters than AlexNet.
gzpan updated
6 years ago
-
In train.py, the code "from siamese_net_l5 import *", I want to know where is siamese_net_l5?
-
I get a problem when run `run_cfnet1_evaluation.m`, the main questioned code is`net_z = dagnn.DagNN.loadobj(net_z.net);`. I use matconvnet-1.0-beta24, is the version of matconv wrong?
-
I recently installed owlcat and I think it resulted in my casacore getting upgraded which broke the usual way I simulate data. After purging both meqtrees and casacore I still get the same error viz.
…
-
https://arxiv.org/abs/1511.03855
-
Could you help to explain how can I test this network ?How to check 2 pictures if they are similar with new trained model with caffe?
-
**Describe the bug**
Trying to convert a siamese Resnet18 model from Pytorch to Tensorflow but I get the following error in tf.loadModel
> tfjs@latest:2 Uncaught (in promise) Error: Provided weigh…
-
Hello, I was going through your code and I saw a couple of differences between
`def get_crops(im, bbox, size_z, size_x, context_amount):` and
`function [im_crop_z, bbox_z, pad_z, im_crop_x, bbox_x…