From d09fac7ab8d450622227c39eb125277a1fb3422b Mon Sep 17 00:00:00 2001 From: David Humphrey Date: Mon, 30 Oct 2023 21:25:29 -0400 Subject: [PATCH] Updates for 1.0.1 release, fix aquatic-demo.sh, add citation.cff --- CITATION.cff | 11 +++++++++++ pixi.toml | 2 +- scripts/aquatic-demo.sh | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..ac8575f --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,11 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Humphrey" + given-names: "Morgan" +- family-names: "Humphrey" + given-names: "David" +title: "Automated Camera Trapping Identification and Organization Network (ACTION)" +version: 1.0.1 +date-released: 2023-10-30 +url: "https://github.com/humphrem/action" diff --git a/pixi.toml b/pixi.toml index 424bc89..d257d51 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,6 @@ [project] name = "action" -version = "1.0.0" +version = "1.0.1" description = "Automated Camera Trapping Identification and Organization Network (ACTION)" repository = "https://github.com/humphrem/action" readme = "README.md" diff --git a/scripts/aquatic-demo.sh b/scripts/aquatic-demo.sh index 6c0499f..8ad4ce5 100755 --- a/scripts/aquatic-demo.sh +++ b/scripts/aquatic-demo.sh @@ -1,3 +1,3 @@ #!/bin/bash -python3 action.py ./video/aquatic_demo_1.mov -c 0.45 -m 3.0 -s -b 1.0 -d -e aquatic +python3 action.py ./video/aquatic_demo_1.mov -c 0.70 -m 3.0 -s -i -b 1.0 -d -e aquatic