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

question about ground truth ego state #54

Open
robosuite opened this issue Nov 14, 2024 · 1 comment
Open

question about ground truth ego state #54

robosuite opened this issue Nov 14, 2024 · 1 comment

Comments

@robosuite
Copy link

I have a question about the ground-truth ego state difference used in baseline TCP and VAD. It seems that TCP uses anno['x'],anno['y'] and anno['theta'], which is obtained by GPS (does it contain noise in annotation?) while VAD uses world2lidar and does some transformation to get the current and future state of the ego car. I find the values are different so I feel confused. Could you explain a bit?
Also, is it possible to construct sensor_infos['LIDAR_TOP']['world2lidar'] = world2lidar from x, y, and theta?

@jiaxiaosong1002
Copy link
Member

@robosuite All code is written to follow this simple rule: for model inputs, it should be the noisy one to avoid train-val gap; for labels, it should be the accurate one to avoid misleading gradient signals.

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