Meshroom icon indicating copy to clipboard operation
Meshroom copied to clipboard

Cannot override "--input" parameter for FeatureExtraction node using meshroom_batch

Open hmermerkaya opened this issue 2 years ago • 0 comments

I cannot override the input parameter of FeatureExtraction using paramOverrides parameter in the command line below ./meshroom_batch -i '/home/hamit/canonvideos/output_0_517.jpg' '/home/hamit/canonvideos/output_1_434.jpg' '/home/hamit/canonvideos/output_2_350.jpg' '/home/hamit/canonvideos/output_3_280.jpg' '/home/hamit/canonvideos/output_4_231.jpg' '/home/hamit/canonvideos/output_5_189.jpg' --paramOverrides FeatureExtraction:input=/home/hamit/Desktop/sample/cameras.sfm After I run this command, I get following output in the stage of FeatureExtraction without any error

aliceVision_featureExtraction --input "/tmp/MeshroomCache/CameraInit/55fc190b381132cdefaa72f6ee2b68cecf4c4a69/cameraInit.sfm" --describerTypes sift --describerPreset normal --describerQuality normal --contrastFiltering GridSort --gridFiltering True --forceCpuExtraction True --maxThreads 0 --verboseLevel info --output "/tmp/MeshroomCache/FeatureExtraction/0c863ee6d7676608e45032204cb79ac135c3b493" --rangeStart 0 --rangeSize 40

  • logFile: /tmp/MeshroomCache/FeatureExtraction/0c863ee6d7676608e45032204cb79ac135c3b493/0.log

As seen in the bold part of the output, the input is not overridden. Can you help me with that? Thanks in advance.

Desktop (please complete the following and other pertinent information):

  • OS: mint 20.1
  • Python version 3.6
  • Qt/PySide version 5.12.4
  • Meshroom version: Meshroom-2021.1.0-av2.4.0-centos7-cuda10.2
    • Binary version (if applicable) [e.g. 2019.1]
    • Commit reference (if applicable) [e.g. 08ddbe2]

hmermerkaya avatar Jun 04 '22 16:06 hmermerkaya