zllrunning / SiameseX.PyTorch

A simplified PyTorch implementation of Siamese networks for tracking: SiamFC, SiamRPN, SiamRPN++, SiamVGG, SiamDW, SiamRPN-VGG.
437 stars 94 forks source link

Any plans for the cfnet? #5

Closed iminfine closed 5 years ago

iminfine commented 5 years ago

Thanks for your nice work! It helps me a lot.

Are there plans for the cfnet, the siamfc-v2? I notice that there is not a Tensorflow or Pytorch version thus making it helpful if one did it.

Besides, I read your to-do lists and guess you are working for testing trackers on common datasets. GOT-10k toolkit is a useful tool for this, just a small suggestion.

zllrunning commented 5 years ago

I haven't considered the implementation of CFNET yet, I might consider it later. In addition, thanks for your suggestion.