Skip to content

Commit f172009

Browse files
committed
allow local paths
1 parent 8c5cb4d commit f172009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

na-pipeline.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if [[ $GPU -gt -1 ]]; then
5555
echo "using GPU ${GPU}"
5656
fi
5757

58-
SRC=$1
58+
SRC=`realpath $1`
5959

6060
mkdir $tmpdir/imagesnippets/
6161
mkdir $tmpdir/linedetection

0 commit comments

Comments
 (0)