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

The code implementation of roi's camera intrinsic matrix might be ​​inconsistent with the paper #10

Open
tiandunx opened this issue Nov 22, 2023 · 0 comments

Comments

@tiandunx
Copy link

At line 66 in mv2d_head.py, intrinsic[:, :2, 2] = intrinsic[:, :2, 2] - bbox[:, :2] - 0.5 / scale, but in paper,
image
So why do we need to divide by 0.5/scale in the formula instead of multiplying by scale?

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