OpenDroneMap-ODM/scripts/metadataset/run_all.sh

18 wiersze
545 B
Bash
Czysty Zwykły widok Historia

#!/usr/bin/env bash
2017-05-17 09:36:18 +00:00
RUNPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/../..
2017-05-25 14:14:56 +00:00
export PYTHONPATH=$RUNPATH:$RUNPATH/SuperBuild/install/lib/python2.7/dist-packages:$RUNPATH/SuperBuild/src/opensfm:$PYTHONPATH
2017-05-17 09:36:18 +00:00
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RUNPATH/SuperBuild/install/lib
set -e
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
2018-02-05 17:46:59 +00:00
python $DIR/setup.py "$@"
python $DIR/run_matching.py $1
python $DIR/split.py $1
python $DIR/run_reconstructions.py $1
python $DIR/align.py $1
python $DIR/run_dense.py $1
2018-03-03 16:48:43 +00:00
python $DIR/merge.py $1