-
Notifications
You must be signed in to change notification settings - Fork 74
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
How to creat gt.info and gt.log files #73
Comments
I would also be interested in the details. Especially for the gt.info file. |
Hello, do you know how the gt.log file is generated? Looking forward to your reply! @JosefT-TuDortmund |
Yes, I managed to generate them. I did it the following way:
For gt_info.log however, I am also clueless. Hope that this helps you :) |
1.That is to say, if I have the rotation matrix and translation matrix of two frame point clouds in the world coordinate system, can I get the gt.log file? But I have another question: shouldn't the. log file be a log output file? |
Yes, the gt.log file corresponds to the relative transformations between the point clouds when they are aligned in the world coordinate system. Idk, how the original generation process of the .log files was. Perhaps the authors of the paper/code can bring some light into this discussion? For me, the calculation of the relative transformations given the absolute poses within the cloud_bin_{id}.info.txt files worked fine as I described before. |
Thank you. So I can understand that the generation of the gt.log file is not related to the cloud_bin_{id}.info.txt file, right? About the gt.info file, some materials say that it is the Covariance matrix of the transformation matrix, but I don't understand it. @JosefT-TuDortmund |
And I also found a problem: when I visualized the 3DMatch.pkl file, I found that the corresponding rotation matrix and the rotation matrix of the same pair of point cloud keyframes in the gt.log file were not the same, shouldn't they be the same? @JosefT-TuDortmund |
For anyone who wish to know the meaning of gt.log file, please see http://redwood-data.org/indoor/fileformat.html For anyone who wish to know how to compute the relative pose, I provide a concrete example based on @JosefT-TuDortmund 's answer.
@lcxiha |
Hello,
May I ask for how the files of gt.info, gt.log, and gt_overlap.log in OverlapPredator-main\configs\benchmarks\3DMatch\7-scenes-redkitchen generated? What information is required to generate these three files? I have been troubled by this place for a long time. Could you please help me answer it? I would greatly appreciate it!
The text was updated successfully, but these errors were encountered: