File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ jobs:
103
103
104
104
# Set environment variables specific to Meshroom
105
105
export MESHROOM_INSTALL_DIR=$PWD
106
- export MESHROOM_NODES_PATH=${MESHROOM_NODES_PATH}:${ALICEVISION_ROOT}/share/aliceVision/ meshroom
107
- export MESHROOM_PIPELINE_TEMPLATES_PATH=${MESHROOM_PIPELINE_TEMPLATES_PATH}:${ALICEVISION_ROOT}/share/aliceVision/ meshroom
106
+ export MESHROOM_NODES_PATH=${MESHROOM_NODES_PATH}:${ALICEVISION_ROOT}/share/meshroom
107
+ export MESHROOM_PIPELINE_TEMPLATES_PATH=${MESHROOM_PIPELINE_TEMPLATES_PATH}:${ALICEVISION_ROOT}/share/meshroom
108
108
109
109
# Set environment variables to find executables and libraries
110
110
export PYTHONPATH=$PWD:${ALICEVISION_ROOT}/bin:${PYTHONPATH}
@@ -142,8 +142,8 @@ jobs:
142
142
git clone https://github.com/meshroomHub/mrSegmentation.git
143
143
cd Meshroom/
144
144
export MESHROOM_INSTALL_DIR=$PWD
145
- export MESHROOM_NODES_PATH=${MESHROOM_NODES_PATH}:${ALICEVISION_ROOT}/share/aliceVision/ meshroom:$PWD/../mrSegmentation/meshroom/nodes
146
- export MESHROOM_PIPELINE_TEMPLATES_PATH=${MESHROOM_PIPELINE_TEMPLATES_PATH}:${ALICEVISION_ROOT}/share/aliceVision/ meshroom
145
+ export MESHROOM_NODES_PATH=${MESHROOM_NODES_PATH}:${ALICEVISION_ROOT}/share/meshroom:$PWD/../mrSegmentation/meshroom/nodes
146
+ export MESHROOM_PIPELINE_TEMPLATES_PATH=${MESHROOM_PIPELINE_TEMPLATES_PATH}:${ALICEVISION_ROOT}/share/meshroom
147
147
export PYTHONPATH=$PWD:${ALICEVISION_ROOT}/bin:${PYTHONPATH}
148
148
export PATH=$PATH:${ALICEVISION_ROOT}/bin
149
149
export LD_LIBRARY_PATH=${ALICEVISION_ROOT}/lib:${ALICEVISION_ROOT}/lib64:${DEPS_INSTALL_DIR}/lib64:${DEPS_INSTALL_DIR}/lib:${LD_LIBRARY_PATH}
You can’t perform that action at this time.
0 commit comments