You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a docker container in ubuntu, which build the openmvg and openmvs
In the container, i run SfM_GlobalPipline.py to generate the sfm_data.bin and run openMVG_main_openMVG2openMVS to translate the sfm_data.bin to scene.mvs.
After that ,when I run DensifyPointCloud scene.mvs in the container, something wrong happened as below:
I create a docker container in ubuntu, which build the openmvg and openmvs
In the container, i run SfM_GlobalPipline.py to generate the sfm_data.bin and run openMVG_main_openMVG2openMVS to translate the sfm_data.bin to scene.mvs.
After that ,when I run DensifyPointCloud scene.mvs in the container, something wrong happened as below:
14:14:58 [App ] Build date: June 19 2024, 22:01:15
14:14:58 [App ] CPU: Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 cores)
14:14:58 [App ] RAM: 7.59GB Physical Memory 2.00GB Virtual Memory
14:14:58 [App ] OS: Linux 5.15.0-101-generic (x86_64)
14:14:58 [App ] SSE & AVX compatible CPU & OS detected
14:14:58 [App ] Command line: scene.mvs
14:14:58 [App ] error: invalid project
However, when I copy the scene.mvs to Windows platform, it can work.
So how to solve the problem
The text was updated successfully, but these errors were encountered: