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 about "kp" in "cur_data" and "ref_data" #11

Closed
Beniko95J opened this issue May 9, 2020 · 1 comment
Closed

Question about "kp" in "cur_data" and "ref_data" #11

Beniko95J opened this issue May 9, 2020 · 1 comment

Comments

@Beniko95J
Copy link

Hi, I am trying to understand your code and have a question about the meaning of some statements in vo_modules.py:

    cur_data['kp_best'] = batch_kp_ref_best[0].copy() # cur_data save each kp at ref-view (i.e. regular grid)
    cur_data['kp_list'] = batch_kp_ref_regular[0].copy() # cur_data save each kp at ref-view (i.e. regular grid)
    cur_data['kp_best'] = cur_data['kp_best'][cur_data['kp_best'][:,0]!=-1] # remove invalid kp

Why should the "kp" in reference frame be assigned to current frame?

Thank you!

@Huangying-Zhan
Copy link
Owner

Please see this issue. #7

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