From 69394cf6604d037734a6977e775ca2f3e6b52b87 Mon Sep 17 00:00:00 2001 From: jluethi Date: Sun, 27 Aug 2023 16:11:14 +0200 Subject: [PATCH] Update zenodo dataset version --- examples/01_cardio_tiny_dataset/fetch_test_data_from_zenodo.sh | 2 +- examples/01_cardio_tiny_dataset/run_example.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/01_cardio_tiny_dataset/fetch_test_data_from_zenodo.sh b/examples/01_cardio_tiny_dataset/fetch_test_data_from_zenodo.sh index fcda5db..bf2637a 100755 --- a/examples/01_cardio_tiny_dataset/fetch_test_data_from_zenodo.sh +++ b/examples/01_cardio_tiny_dataset/fetch_test_data_from_zenodo.sh @@ -1,5 +1,5 @@ #!/bin/bash -DOI="10.5281/zenodo.7059515" +DOI="10.5281/zenodo.8287221" CLEAN_DOI=${DOI/\//_} zenodo_get $DOI -o ../images/${CLEAN_DOI} diff --git a/examples/01_cardio_tiny_dataset/run_example.sh b/examples/01_cardio_tiny_dataset/run_example.sh index ea5416e..9dc5210 100755 --- a/examples/01_cardio_tiny_dataset/run_example.sh +++ b/examples/01_cardio_tiny_dataset/run_example.sh @@ -2,7 +2,7 @@ LABEL="cardiac-test" ############################################################################### # IMPORTANT: This defines the location of input & output data -INPUT_PATH=`pwd`/../images/10.5281_zenodo.7059515/ +INPUT_PATH=`pwd`/../images/10.5281_zenodo.8287221/ OUTPUT_PATH=`pwd`/output_${LABEL} ###############################################################################