bertinetto / siamese-fc

Arbitrary object tracking at 50-100 FPS with Fully Convolutional Siamese networks.
http://www.robots.ox.ac.uk/~luca/siamese-fc.html
MIT License
628 stars 224 forks source link

some questions about training process. #65

Open NeverMoreLCH opened 6 years ago

NeverMoreLCH commented 6 years ago

Hi, I start training the siamese-fc, but I have some questions about the training process. 2018-10-18 17-21-41

  1. I want to know the differents between eltwise_label and label.
  2. Another question is that how long do you train the model on one Titan X?
  3. The last question, in your paper you say each epoch is consist of 50000 sampled pairs, but in your code each epoch contain 5985 8 = 47880 train data and 665 8 = 5320 val data. The sum of 47880 and 5320 is not equal to 50000. I guess maybe you have some change on your code after the paper, or what?

Thank you very much.