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

What does the function find_k(gt_img, pe_img_comput, run_name) work for? #8

Open
qgq99 opened this issue Jun 12, 2024 · 0 comments
Open

Comments

@qgq99
Copy link

qgq99 commented Jun 12, 2024

Hi, thanks for your excellent work!
I wonder what the function find_k of file "preprocess_data_kitti.py" is doing?

def find_k(gt_img, pe_img_comput, run_name):
    a = (-1.65) / pe_img_comput
    b = 1.65 / gt_img
    k = b + a
    return k
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