From 0090835929a065f28625c5d4c0e353f78701bd8b Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Sun, 30 Jan 2022 15:31:37 -0500 Subject: [PATCH] fixing typo --- scripts/birdnet_analysis.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/birdnet_analysis.sh b/scripts/birdnet_analysis.sh index af33a40..12dbf1d 100755 --- a/scripts/birdnet_analysis.sh +++ b/scripts/birdnet_analysis.sh @@ -154,7 +154,7 @@ run_analysis() { --overlap "${OVERLAP}" \ --sensitivity "${SENSITIVITY}" \ --min_conf "${CONFIDENCE}" \ ---exclude_list "${EXCLUDE_LIST}" +--exclude_list "${EXCLUDE_LIST}"" "${VENV}"/bin/python analyze.py \ --i "${1}/${i}" \ --o "${1}/${i}.csv" \ @@ -176,7 +176,7 @@ run_analysis() { --sensitivity "${SENSITIVITY}" \ --min_conf "${CONFIDENCE}" \ --include_list "${INCLUDE_LIST}" \ ---exclude_list "${EXCLUDE_LIST}" +--exclude_list "${EXCLUDE_LIST}"" "${VENV}"/bin/python analyze.py \ --i "${1}/${i}" \ --o "${1}/${i}.csv" \ @@ -198,7 +198,7 @@ run_analysis() { --overlap "${OVERLAP}" \ --sensitivity "${SENSITIVITY}" \ --min_conf "${CONFIDENCE}" \ ---birdweather_id "${BIRDWEATHER_ID}" +--birdweather_id "${BIRDWEATHER_ID}"" "${VENV}"/bin/python analyze.py \ --i "${1}/${i}" \ --o "${1}/${i}.csv" \ @@ -220,7 +220,7 @@ run_analysis() { --sensitivity "${SENSITIVITY}" \ --min_conf "${CONFIDENCE}" \ --include_list "${INCLUDE_LIST}" \ ---birdweather_id "${BIRDWEATHER_ID}" +--birdweather_id "${BIRDWEATHER_ID}"" "${VENV}"/bin/python analyze.py \ --i "${1}/${i}" \ --o "${1}/${i}.csv" \ @@ -243,7 +243,7 @@ run_analysis() { --sensitivity "${SENSITIVITY}" \ --min_conf "${CONFIDENCE}" \ --exclude_list "${EXCLUDE_LIST}" \ ---birdweather_id "${BIRDWEATHER_ID}" +--birdweather_id "${BIRDWEATHER_ID}"" "${VENV}"/bin/python analyze.py \ --i "${1}/${i}" \ --o "${1}/${i}.csv" \ @@ -267,7 +267,7 @@ run_analysis() { --min_conf "${CONFIDENCE}" \ --include_list "${INCLUDE_LIST}" \ --exclude_list "${EXCLUDE_LIST}" \ ---birdweather_id "${BIRDWEATHER_ID}" +--birdweather_id "${BIRDWEATHER_ID}"" "${VENV}"/bin/python analyze.py \ --i "${1}/${i}" \ --o "${1}/${i}.csv" \