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

Velocity Supervision Loss #215

Open
Adamqu199541 opened this issue Feb 24, 2022 · 1 comment
Open

Velocity Supervision Loss #215

Adamqu199541 opened this issue Feb 24, 2022 · 1 comment

Comments

@Adamqu199541
Copy link

such a wonderful work,but i dont know how to calculate translation by instantaneous velocity measurements, because i just find

tx = scale * packet.lon * np.pi * er / 180.
ty = scale * er *
np.log(np.tan((90. + packet.lat) * np.pi / 360.))
tz = packet.alt
t = np.array([tx, ty, tz])
in def pose_from_oxts_packet(raw_data, scale):
these codes dont include instantaneous velocity measurements

@Adamqu199541
Copy link
Author

but in your paper you note that you introduce instantaneous velocity to calculate translation between two frame

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