From 3f2c09517241b551beb157ba60afe976c18bff8b Mon Sep 17 00:00:00 2001 From: dcleres Date: Mon, 16 Sep 2024 15:15:40 +0200 Subject: [PATCH] Added GT to pipeline --- .github/workflows/pipeline_run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline_run.yml b/.github/workflows/pipeline_run.yml index f85fc430..17f75a7f 100644 --- a/.github/workflows/pipeline_run.yml +++ b/.github/workflows/pipeline_run.yml @@ -21,4 +21,4 @@ jobs: source env/bin/activate pip install -e . echo "Running pipeline" - boreholes-extract-all -l -i example/example_borehole_profile.pdf -o example/ -p example/predictions.json -m example/metadata.json -g example/example_ground_truth.json \ No newline at end of file + boreholes-extract-all -l -i example/example_borehole_profile.pdf -o example/ -p example/predictions.json -m example/metadata.json -g example/example_groundtruth.json \ No newline at end of file