bilylee / SiamFC-TensorFlow

A TensorFlow implementation of the SiamFC tracker
MIT License
358 stars 112 forks source link

why tracking with the model as a .mat format,but actually we can get a ckpt model when we train from scratch? #72

Closed Vincent630 closed 4 years ago

Vincent630 commented 5 years ago

i find that we can get a ckpt model but when you tracking you use the model which is a .mat format model,can you tell me why is that?and what makes that happen???thanks a lot

bilylee commented 5 years ago

For tracking, we also use the TensorFlow model, not .mat. Note that we converted the .mat file to .ckpt with

python experiments/SiamFC-3s-color-pretrained.py
HearFishle commented 4 years ago

I want to know how to use my own training network to track

bilylee commented 4 years ago

@HearFishle Please open a new issue for your problem. For now, I do not understand what did you mean by "use my own training network to track"