Pytorch-SiamFC icon indicating copy to clipboard operation
Pytorch-SiamFC copied to clipboard

Add bicubic interpolation for PyTorch SiamFC

Open arbitularov opened this issue 6 years ago • 2 comments

arbitularov avatar Feb 05 '19 19:02 arbitularov

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.

ClementPinard avatar Feb 05 '19 21:02 ClementPinard

Oh, ok, I see. Thanks for your advise. I will try it ))

arbitularov avatar Feb 05 '19 23:02 arbitularov