HelloRicky123 / Siamese-RPN

Full reimplementation of siamese rpn, has 0.24 eao on vot2017.
MIT License
223 stars 44 forks source link

some issues #2

Closed leeyeehoo closed 5 years ago

leeyeehoo commented 5 years ago

2 Issues...

  1. seems there is no .flatten() in PyTorch 4.0.

2.There is no reduction='sum' in PyTorch 4.0.

Thanks

mrdoer commented 5 years ago

@leeyeehoo Run the training code with PyTorch 1.0 would help.