fbergama / wass

WASS (Waves Acquisition Stereo System) is an optimized stereo processing pipeline for sea waves 3D reconstruction.
GNU General Public License v3.0
38 stars 13 forks source link

About run the 3D reconstruction #19

Open chenyanjie519 opened 2 years ago

chenyanjie519 commented 2 years ago

Hi when i run the 3D reconstruction,no ply file generated for point cloud?

akaawase-bernard commented 1 year ago

Hi @chenyanjie519

By default, WASS does not save the point cloud as .ply, however if you need this file you can edit the _stereo_config.txt_ file ... The file can be found where your extrinsic and intrinsic config files are. look for this section

Save final reconstructed point cloud also in PLY format

SAVE_AS_PLY=false

remove the # from the SAVE_AS_PLY and change false to true you can use any of the text editor for this task. This way you get the .ply file saved. Assumed this might slow the processing time a bit.