torrvision / siamfc-tf

SiamFC tracking in TensorFlow.
568 stars 189 forks source link

train script #2

Closed dudupig123 closed 7 years ago

dudupig123 commented 7 years ago

I have run your tracker . It shows an amazing result. But In my environment,I still lose my target . I have not installed matlab. Can you provide a train script. Thanks.

bertinetto commented 7 years ago

Thanks, I am glad it's working well! We might release a fully tensorflow (or pytorch) implementation towards the end of the year, but it's not sure yet. I recommend to reimplement it on your own though, it shouldn't be too difficult as the method is pretty simple.

he010103 commented 6 years ago

@bertinetto Hello, I am interested in siamfc and recently trying to reproduce the training code in pytorch with many problems. When the code of pytorch training code be released ? Thanks!