Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bicubic interpolation for PyTorch SiamFC #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add bicubic interpolation for PyTorch SiamFC #15

wants to merge 1 commit into from

Conversation

arbitularov
Copy link

No description provided.

@ClementPinard
Copy link
Collaborator

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.

@arbitularov
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants