We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Please see this issue. #7
Sorry, something went wrong.
No branches or pull requests
Hi, I am trying to understand your code and have a question about the meaning of some statements in vo_modules.py:
Why should the "kp" in reference frame be assigned to current frame?
Thank you!
The text was updated successfully, but these errors were encountered: