Skip to content

Commit 301a1dd

Browse files
committed
Update recording script name
Update links to the recording script to account for the new name.
1 parent 7f46df3 commit 301a1dd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/deployment/classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ speed, which is necessary to reliably track moving/flying insects. Images of the
77
detected and tracked insects are cropped from synchronized HQ frames in real time.
88

99
By using the provided
10-
[recording script](https://github.com/maxsitt/insect-detect/blob/main/yolo_tracker_save_hqsync.py){target=_blank},
10+
[recording script](https://github.com/maxsitt/insect-detect/blob/main/trigger_capture.py){target=_blank},
1111
for automated monitoring, cropped detections of individual insects are saved as
1212
.jpg files and relevant [metadata](detection.md#metadata-csv){target=_blank}
1313
is saved to .csv for each recording session. The insect images can be classified

docs/modeltraining/train_classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ speed, which is necessary to reliably track moving/flying insects. Images of the
77
detected and tracked insects are cropped from synchronized HQ frames in real time.
88

99
By using the provided
10-
[recording script](https://github.com/maxsitt/insect-detect/blob/main/yolo_tracker_save_hqsync.py){target=_blank},
10+
[recording script](https://github.com/maxsitt/insect-detect/blob/main/trigger_capture.py){target=_blank},
1111
for automated monitoring, cropped detections of individual insects are saved as
1212
.jpg files and relevant [metadata](../deployment/detection.md#metadata-csv){target=_blank}
1313
is saved to .csv for each recording session. The insect images can be classified

docs/software/usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ or by pressing ++ctrl+c++ in the Terminal.
6363

6464
## Recording Script
6565

66-
The [recording script](https://github.com/maxsitt/insect-detect/blob/main/yolo_tracker_save_hqsync.py){target=_blank}
66+
The [recording script](https://github.com/maxsitt/insect-detect/blob/main/trigger_capture.py){target=_blank}
6767
can be used for fully automated insect monitoring in autonomous camera trap deployments.
6868
All configuration parameters can be customized in the web app or by directly modifying the
6969
[`config_custom.yaml`](https://github.com/maxsitt/insect-detect/tree/main/configs/config_custom.yaml){target=_blank}
@@ -72,18 +72,18 @@ config either in the web app or by modifying the
7272
[`config_selector.yaml`](https://github.com/maxsitt/insect-detect/blob/main/configs/config_selector.yaml){target=_blank}.
7373

7474
Run the
75-
[`yolo_tracker_save_hqsync.py`](https://github.com/maxsitt/insect-detect/blob/main/yolo_tracker_save_hqsync.py){target=_blank}
75+
[`trigger_capture.py`](https://github.com/maxsitt/insect-detect/blob/main/trigger_capture.py){target=_blank}
7676
script with the Python interpreter from the virtual environment where you
7777
installed the required packages (e.g. `env_insdet`):
7878

7979
``` bash
80-
env_insdet/bin/python3 insect-detect/yolo_tracker_save_hqsync.py
80+
env_insdet/bin/python3 insect-detect/trigger_capture.py
8181
```
8282

8383
Stop the script by pressing ++ctrl+c++ in the Terminal.
8484

8585
For fully autonomous monitoring in the field, enable `auto_run` in the `startup`
86-
settings of your custom config file and add `yolo_tracker_save_hqsync.py` as
86+
settings of your custom config file and add `trigger_capture.py` as
8787
`primary` script. This will run the recording script automatically after each boot
8888
(triggered by the power management board).
8989

0 commit comments

Comments
 (0)