nmoehrle / mvs-texturing

Algorithm to texture 3D reconstructions from multi-view stereo images
Other
931 stars 328 forks source link

Unable to Create DSMs with ODM #181

Open vivekmistry opened 2 years ago

vivekmistry commented 2 years ago

Have to create DSMs from tif files(each size > 1.3 GB and 26460*17004 dimensions) using OpenDroneMap(ODM) and fails while creating texture images

Had tried to update Max_texture_size in generate_texture_atlases but didn't succeed and failed with following errors:

  1. Std::bad_alloc
  2. Std::length_error
  3. Ran out of memory

Please suggest/advice with solution.