fdp0525 / G2LTex

Code for CVPR 2018 paper --- Texture Mapping for 3D Reconstruction with RGB-D Sensor
146 stars 29 forks source link

hello,I have encountered a problem. #28

Open qweqwasdazE opened 1 year ago

qweqwasdazE commented 1 year ago

I used Poisson reconstruction for surface reconstruction of point clouds, but when I ran the program using the ply file, it reported the following error.If it completes point cloud loading, it will also report an error during iteration 微信截图_20230406163940 微信截图_20230406165434 Can anyone solve this problem? Thank you very much

qweqwasdazE commented 1 year ago

The first issue has been resolved because the ply file cannot be recognized because it uses binary encoding, but the second issue still exists. I would like to know if it is due to the use of Poisson reconstruction that the position of the points changes and cannot match the pose relationship, or some other reason.