Skip to content

Commit

Permalink
Merge pull request #24 from humphrem/1.0.1-updates
Browse files Browse the repository at this point in the history
Updates for 1.0.1 release, fix aquatic-demo.sh, add citation.cff
  • Loading branch information
humphrem authored Oct 31, 2023
2 parents 73b86a5 + d09fac7 commit 7fcfb69
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/aquatic-demo.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7fcfb69

Please sign in to comment.