TransformScene Issue #1095
Unanswered
mattwyliearo
asked this question in
Q&A
Replies: 2 comments 4 replies
-
can you pls write a python script for the commands you are using, and a small dataset where I can reproduce the problem? |
Beta Was this translation helpful? Give feedback.
1 reply
-
you sent me 3 bat files, where are the iamges, the mvs project, the python script, etc? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm working on a project right now and I'm attempting to use the TranformScene feature, but I'm running into an issue where there seems to be an issue with the arguments. My goal is to set the up-axis for the scene to y using the "--up-axis 2" argument, but it keeps outputting the Available options and fails to update the mvs file. Can you identify what I'm doing incorrectly?
:: Convert COLMAP's output to OpenMVS's input
%oMVS%\InterfaceColmap.exe -i %workDir%\myundist -o %workDir%\proj.mvs
:: Continue with OpenMVS processing
cd myundist
%oMVS%\DensifyPointCloud.exe %workDir%\proj.mvs
:: After mesh reconstruction, before mesh refinement
%oMVS%\ReconstructMesh.exe %workDir%\proj_dense.mvs
:: Set the up-axis for the scene
%oMVS%\TransformScene.exe -i %workDir%\proj_dense.mvs -o %workDir%\proj_dense_transformed.mvs --up-axis 1
%oMVS%\RefineMesh.exe --resolution-level 1 %workDir%\proj_dense_transformed.mvs
%oMVS%\TextureMesh.exe --export-type obj -o %outputFileName%.obj %workDir%\proj_dense_mesh_refine.mvs
Beta Was this translation helpful? Give feedback.
All reactions