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

Problems with expansion #41

Open
mrfh12 opened this issue Oct 2, 2021 · 1 comment
Open

Problems with expansion #41

mrfh12 opened this issue Oct 2, 2021 · 1 comment

Comments

@mrfh12
Copy link

mrfh12 commented Oct 2, 2021

Hi, at first thanks for sharing your code, it worked like a charm!
I am using your work to use your work to track the process of contraction and expansion for various processes.
Tracking an object which contracts itself (e.g a balloon which loses its air) works perfectly!
However in contrast, trying to track the expansion, when filling it with air doesnt work as well. Only half of the object is captured at maximum expansion.
I already tried increasing the radius but the problem is, that it somehow selects features next to the object as most similar.
Do you have any idea how to circumvent this problem? (Training with smaller patches e.g?)
Thank you!

@b4shy
Copy link

b4shy commented Oct 4, 2021

I could solve this problem by increasing the size of the feature map.
Either try removing some strides or upscale the image

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

No branches or pull requests

2 participants