ElasticReconstruction icon indicating copy to clipboard operation
ElasticReconstruction copied to clipboard

How to creat gt.info and gt.log files

Open lcxiha opened this issue 1 year ago • 5 comments

Hi,I want to know how to creat gt.info and gt.log files in ../ElasticReconstruction master/Matlab_Toolbox/Example/Data/RegistrationEvaluation/livingroom1 and what's the mean of gt.info . Is the gt.log file an evaluation of Transformation Matrix for two Frame Point Clouds?Can you help me ?Thanks a lot!

lcxiha avatar Jun 24 '23 02:06 lcxiha

See this page: http://redwood-data.org/indoor/fileformat.html

qianyizh avatar Jun 24 '23 02:06 qianyizh

Thank you! I still have some questions to consult:

1.If I have multiple frame point cloud data and their corresponding transformation matrices, can I obtain. log files and. info files?

2.Can I understand the 4 * 4 matrix in the. log file as the transformation matrix between two point clouds?

  1. Can the. info file be understood as either the Covariance matrix of one frame of point cloud or the Covariance matrix of two frames of point cloud?

lcxiha avatar Jul 13 '23 08:07 lcxiha

The transformation matrix (.log) transforms the point cloud to the world coordinate. For information matrix (.info), see this: https://github.com/isl-org/Open3D/blob/6ddbcd5c9b8bf0b496e4151c7d7766af09e3dba7/cpp/open3d/pipelines/registration/GlobalOptimization.cpp#L177

qianyizh avatar Jul 13 '23 17:07 qianyizh

Thanks a lot! Are the first and second data of the metadata in the .log file represented by the sequence number? If I want to generate my own .log file based on your format, can I set the three numbers in the metadata to the sequence number of the two point clouds and the number of frames of the point cloud in this scene, and set the homogeneous transformation matrix to the transformation matrix of the two point clouds?

lcxiha avatar Aug 07 '23 01:08 lcxiha

Unfortunately it was a very long time ago, and I don't remember what exactly each number represents. Maybe read the code and find out?

qianyizh avatar Aug 07 '23 16:08 qianyizh