From ebcf04dff33a9faaff332c2f31101d2d1c4ce7ef Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 21 Jan 2022 19:42:28 +0000 Subject: [PATCH] Added run.sh helper to orthorectify module --- contrib/orthorectify/run.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 contrib/orthorectify/run.sh diff --git a/contrib/orthorectify/run.sh b/contrib/orthorectify/run.sh new file mode 100755 index 00000000..beececcc --- /dev/null +++ b/contrib/orthorectify/run.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +PYTHONPATH=$PYTHONPATH:/code/SuperBuild/install/bin/opensfm python3 orthorectify.py "$@" \ No newline at end of file