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

Question on correlation_kernels.cu #100

Open
minooisbusy opened this issue Mar 23, 2023 · 0 comments
Open

Question on correlation_kernels.cu #100

minooisbusy opened this issue Mar 23, 2023 · 0 comments

Comments

@minooisbusy
Copy link

minooisbusy commented Mar 23, 2023

Thanks for the amazing research. I had a few questions, so I left questions.

The questions are:

  1. Is motion_filter.py:69 correct at the beginning of the correlation lookup code?
  2. I wonder why the range of i and j is defined up to rd+1 in the nested for loop of correlation_kernels.cu. This will make the neighborhood grid asymmetric. Any special reason?
  3. Since I am not familiar with CUDA, I am reading the code while trying to understand the flow of variables with my eyes. If I run the kernel for pyramid level 0 of the correlation volume in lines 52 to 65 of correlation_kernels.cu, dx=dy=0, so only the last if statement actually works as true?

Thanks in advance for your reply.

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

1 participant