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 calculation of ground truth in data_loaders.py #54

Open
BiaoBiaoLi opened this issue Mar 26, 2021 · 3 comments
Open

The calculation of ground truth in data_loaders.py #54

BiaoBiaoLi opened this issue Mar 26, 2021 · 3 comments

Comments

@BiaoBiaoLi
Copy link

Thanks your work, In https://github.com/chrischoy/FCGF/blob/master/lib/data_loaders.py
M = (self.velo2cam @ positions[0].T @ np.linalg.inv(positions[1].T)
@ np.linalg.inv(self.velo2cam)).T
Why does the M not be np.linalg.inv(positions[0]) @ positions[1] ?
Thanks!!!

@anhquancao
Copy link

anhquancao commented Apr 9, 2022

Hi @BiaoBiaoLi, did you figure out the reason?
Thanks

@BiaoBiaoLi
Copy link
Author

I ask here, XuyangBai/D3Feat#31

@anhquancao
Copy link

Thank you very much

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