From 40bf868008235443aa23192a27a5b565caa36369 Mon Sep 17 00:00:00 2001
From: Mattk70
Date: Sun, 26 Nov 2023 11:54:37 +0000
Subject: [PATCH] Updates to help section Fixed bug with confidence display
Bumped version
---
Help/keyboard.html | 10 ++++-----
Help/settings.html | 14 ++++++++++--
Help/usage.html | 56 ++++++++++++++++++++++++----------------------
js/ui.js | 42 +++++++++++++++++-----------------
js/worker.js | 7 +-----
package.json | 2 +-
6 files changed, 70 insertions(+), 61 deletions(-)
diff --git a/Help/keyboard.html b/Help/keyboard.html
index 97c84e9b..f9c11b0f 100644
--- a/Help/keyboard.html
+++ b/Help/keyboard.html
@@ -8,7 +8,7 @@
- File handling |
+ File handling |
Ctrl-O |
@@ -21,7 +21,7 @@
- Analysis |
+ Analysis |
Ctrl-A |
@@ -38,7 +38,7 @@
Stop analysis |
- Transport Controls |
+ Transport Controls |
SpaceBar |
@@ -89,7 +89,7 @@
Skip back to the previous detection |
- Spectrogram |
+ Spectrogram |
Ctrl+ or + |
@@ -122,7 +122,7 @@
Toggle Fullscreen mode |
- Records |
+ Records |
Delete or Backspace |
diff --git a/Help/settings.html b/Help/settings.html
index a6d3b731..b9c61af8 100644
--- a/Help/settings.html
+++ b/Help/settings.html
@@ -131,6 +131,18 @@
+ Model |
+ Choose the model to use for prediction.
+
+ -
+ Chirpity will use the native Chirpity model for predictions.
+
+ -
+ BirdNet will use the BirdNet model.
+
+
+ |
+
Threads |
This setting allows you to select the number of threads to use for predictions.
@@ -142,8 +154,6 @@
| Batch Size |
This setting determines the number of three-second audio chunks to process each time a prediction is requested.
Larger values lead to faster processing, especially on long files.
- However, setting it too high for your machine can cause the Chirpity model to crash due to memory limitations.
- If this happens, set a lower value and restart Chirpity.
|
diff --git a/Help/usage.html b/Help/usage.html
index 8601ad52..8a596114 100644
--- a/Help/usage.html
+++ b/Help/usage.html
@@ -107,7 +107,7 @@ Exploring Detections
Summary and Filtering Detections
-
+
-
A summary table appears to the left of the results once the model has completed its analysis. Importantly,
this
@@ -118,7 +118,7 @@
Summary and Filtering Detections
Custom "Deep Dive" Detections
-
+
- Sometimes, a call is missed or a detection is erroneous due to the position of the analysis window in
relation
to the call. The window can be moved by dragging it, or you can create a new window by clicking and
@@ -132,7 +132,7 @@
Custom "Deep Dive" Detections
Amending Results
-
+
- It is possible to remove results from what will be saved by selecting delete_forever Delete Record in the context menu.
This can be selected on a per-detection basis in the results table, or a per-species basis in the summary.
@@ -141,32 +141,10 @@
Amending Results
Saving Results
-
- - There are several ways to save results:
-
-
+
- Once the analysis is complete, and after you have made any amendments, you can save the results to a
- database Records > Save to Archive
- After this, it will bring in the results from the database records. You can also explore and chart
- saved records.
-
-
- Save the detections as a label file in Audacity format. Press Ctrl-A or select File > Save
- Audacity Labels from the menu. By default, the label file will have the same name as the
- audio file,
- with a ".txt" extension.
+ database by selecting Records > archive Save to Archive
- -
- Export an audio clip of a detection. To do this, select
- music_note
- Export Audio Clip on the context menu. By default, the filename will contain the
- species and
- timestamp of the detection identifying its position in the original audio file. The Settings
- menu allows you
- to control the format and quality of the exported files as well as apply padding and a fade effect
- to the beginning and end of the audio.
-
-
-
Restoring Results
@@ -181,6 +159,30 @@ Restoring Results
cue from this file's creation time, use the original one.
From the records menu, you can also browse saved detections by species, and within a date range of your choosing.
Furthermore, you can generate charts of the species detected over time.
+
+ Exporting Results
+ There are a number of ways to export detections.
+
+ - Save the detections as a label file in Audacity format. Press Ctrl-A or select File > Save
+ Audacity Labels from the menu. By default, the label file will have the same name as the
+ audio file,with a ".txt" extension.
+
+ -
+ Export an audio clip of a detection. To do this, select
+ music_note
+ Export Audio Clip on the context menu. By default, the filename will contain the
+ species and
+ timestamp of the detection identifying its position in the original audio file. The Settings
+ menu allows you
+ to control the format and quality of the exported files as well as apply padding and a fade effect
+ to the beginning and end of the audio.
+
+ -
+ Export a CSV file of detections. To do this, select
+ ios_share
+ Export results to CSV from the file menu. This will export the results to a CSV file in the folder you choose.
+
+