nmoehrle / mvs-texturing

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

Core dump on last master version #99

Open juvinski opened 6 years ago

juvinski commented 6 years ago

Hi,

with last version of mvs-texturing I'm having core dump running texrecon. Load and prepare mesh: PLY Loader: comment PCL generated Reading PLY: 100022 verts... 199882 faces... done. Generating texture views: NVM: Loading file... NVM: Number of views: 398 NVM: Number of features: 0 [New Thread 0x7ffff51c3700 (LWP 4395)] [New Thread 0x7ffff49c2700 (LWP 4396)] [New Thread 0x7ffff41c1700 (LWP 4397)] [New Thread 0x7ffff39c0700 (LWP 4398)] [New Thread 0x7ffff31bf700 (LWP 4399)] [New Thread 0x7ffff29be700 (LWP 4400)] [New Thread 0x7ffff21bd700 (LWP 4401)] [New Thread 0x7ffff19bc700 (LWP 4402)] [New Thread 0x7ffff11bb700 (LWP 4403)] [New Thread 0x7ffff09ba700 (LWP 4404)] [New Thread 0x7ffff01b9700 (LWP 4405)] [New Thread 0x7fffef9b8700 (LWP 4406)] [New Thread 0x7fffef1b7700 (LWP 4407)] [New Thread 0x7fffee9b6700 (LWP 4408)] [New Thread 0x7fffee1b5700 (LWP 4409)] Loading 0%...
Thread 3 "texrecon" received signal SIGILL, Illegal instruction. [Switching to Thread 0x7ffff49c2700 (LWP 4396)] 0x000000000055e367 in mve::image::save_png_file (image=std::shared_ptr (count 2, weak 0) 0x7fffb80008c0, filename="/home/agroraptor/RaptorNode/data/2945de0d-3fa1-4494-bb44-35e76efca19b/odm_texturing/tmp/_2018_0310_143451_161_geotag_geotag.JPG.png", compression_level=compression_level@entry=1) at image_io.cc:411 411 &data[i image->width() image->channels()]);

Any clue what can happen ?