huanglianghua / open-vot

Open source visual object tracking library in python
MIT License
84 stars 16 forks source link

The source of pretrained models of siamfc in training? #6

Open herbert-chen opened 6 years ago

herbert-chen commented 6 years ago

When I was training a siamfc model by this code, I needed three pretrained models including:

  1. 2016-08-17.net.mat
  2. baseline-conv5_e55.mat
  3. cfnet_ILSVRC2015.stats.mat But I don't know where it is from. If I want to change the network structure of siamfc, how could I create my own 3 pretrained models? Thank you.
huanglianghua commented 6 years ago

@Herbert95 We will fix this in our newest version. For now, however, you can directly download the stats file cfnet_ILSVRC2015.stats.mat from the cfnet project page http://www.robots.ox.ac.uk/~luca/cfnet.html. The pertained networks models are not used during the training stage.