Pytorch-SiamFC
Pytorch-SiamFC copied to clipboard
Add bicubic interpolation for PyTorch SiamFC
Thanks for you PR ! However, I suspect this is going to be very slow I was going to link the PR that added bicubic interpolation to pytorch, but I saw you like comments there ! :p
Anyway, the official implementation is guaranteed to be faster and is already available on pytorch nightly builds.
A good thing to do might be to try to import it from pytorch, and then define the function if the import fail.
Oh, ok, I see. Thanks for your advise. I will try it ))