Skip to content

Commit

Permalink
allow local paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rvankoert committed Dec 12, 2023
1 parent 8c5cb4d commit f172009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion na-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [[ $GPU -gt -1 ]]; then
echo "using GPU ${GPU}"
fi

SRC=$1
SRC=`realpath $1`

mkdir $tmpdir/imagesnippets/
mkdir $tmpdir/linedetection
Expand Down

0 comments on commit f172009

Please sign in to comment.