bryanjjohnson

Results 7 comments of bryanjjohnson

@cdcseacave Is there a specific debug flag to use when running, or do I need to try and run cmake in BUILD_TYPE=Debug?

setup vcpkg and remade the project using: ``` cmake .. -DOpenMVS_USE_CUDA=OFF -DCMAKE_BUILD_TYPE=Debug -DOpenMVS_USE_SSE=OFF -DOpenMVS_USE_OPENMP=OFF cmake --build . -j4 ``` Got the following output running ReconstructMesh ``` 11:55:54 [App ] Build...

What I mean, is when I compile under release, I don't even get a proj_dense_mesh_raw.ply, but when I compile in debug, it goes get to the point of generating that...

Here is the workspace file with the sample set I've been using https://drive.google.com/file/d/1EeDVxfUhbSbkBf3l9tFW5Ml59wRZlTb1/view?usp=sharing The build process I've been using so far includes: ``` $colDir feature_extractor --database_path database.db --image_path . $colDir...

Here's the latest output after running with debug build ``` 21:54:51 [App ] Build date: Feb 12 2023, 21:51:44 21:54:51 [App ] CPU: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz (8...

Commented out that assert, rebuilt in debug, and it seemed to execute. Here is the output: ``` 08:40:47 [App ] Build date: Feb 12 2023, 21:51:44 08:40:47 [App ] CPU:...

For whatever reason, the Debug build is succeeding now, but the new Release build is still giving me the same Segmentation Fault: 11 message.