You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!!
The text was updated successfully, but these errors were encountered:
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!!!
The text was updated successfully, but these errors were encountered: