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

Why we need to correct scale so that the nearest depth is at a little more than 1.0? #195

Open
MMMazart opened this issue Feb 20, 2023 · 0 comments

Comments

@MMMazart
Copy link

I don't understand why we need to correct scale so that the nearest depth is at a little more than 1.0。
` near_original = self.bounds.min()

    scale_factor = near_original*0.75 # 0.75 is the default parameter# the nearest depth is at 1/0.75=1.33
    self.bounds /= scale_factor
    self.poses[..., 3] /= scale_factor`

Could you explain?thank you

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