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

Strange translation values for urban05 dataset #6

Open
BorSch90 opened this issue Jul 29, 2023 · 2 comments
Open

Strange translation values for urban05 dataset #6

BorSch90 opened this issue Jul 29, 2023 · 2 comments

Comments

@BorSch90
Copy link

Dear @simone-fontana,
thank you for the dataset which I have found to be very usable and diverse!
The urban05 (global and local) transforms seem to have strange translation values, e.g.
pose1 = (-2246611.1391324443, 9356676.980349164,-7403041.313363417), pose2 = ( -6592076.38153361, 8562547.723609477, -3427421.61174382). Is there a way to fix them and make them metric?
See https://github.com/iralabdisco/point_clouds_registration_benchmark/blob/1d42c6db2571cae960c45dad52ba12c09642c04c/devel/registration_pairs/urban05_global.txt#L2C1-L2C1

@simone-fontana
Copy link
Collaborator

Hi!
The ground truth of the original urban05 dataset was provided in UTM coordinates, this is the reason behind the very large numbers of the translations. They actually are metric coordinates (as per UTM specs), just very large.
Based on our experience they should be not too large to cause loss of precision.
One way to have smaller translation would be to "shift" the origin of reference system of the whole sequence. That is, subtract the same (large) 3d vector from every translations and from the point clouds.

@BorSch90
Copy link
Author

UTM -> I see, makes sense! I also do not expect loss of precision from doubles.
I am not quite sure how substracting any vector from e.g. pose1 = (-2246611.1391324443, 9356676.980349164,-7403041.313363417), pose2 = ( -6592076.38153361, 8562547.723609477, -3427421.61174382) would lead to an improvement though? Those things are millions of meters apart?

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