siamfc-tf
siamfc-tf copied to clipboard
I want to know how to train this net
Me too.
This version uses a matconvnet-pretrained network. You can train new models using the code from the conv5 baseline of CFNet
However, since the model is fully specified in this TensorFlow project, it shouldn't be too much work to add a logistic loss and the training code.
If you can wait though, we might come up with a PyTorch (better) version at some point next year.
+1 for PyTorch Code
+1 for PyTorch code
I have actually finished with the pytorch version a couple of weeks ago but it's a bit behind the original implementation performance.
I might try and release it, perhaps people can help levelling the performance?
Yes, if you release the PyTorch version maybe we can help you to increase its performance.
Dear @bertinetto, Have you released the PyTorch version of the project?
Dear Luca, Can you release the PyTorch version? I'd be happy to work on it.