From 363eb9fb2fec493409bccb157c49f702a94028fb Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Thu, 26 Jun 2025 10:03:52 -0600 Subject: [PATCH] Add example-train to makefile --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Makefile b/Makefile index 5b908d3..50b715e 100644 --- a/Makefile +++ b/Makefile @@ -104,3 +104,17 @@ example-preprocess: --target-config config.yaml \ --target-config-field targets \ config.yaml example_data/preprocessed + +example-train: + batdetect2 train \ + --train-examples example_data/preprocessed \ + --train-config config.yaml \ + --train-config-field train \ + --preprocess-config config.yaml \ + --preprocess-config-field preprocessing \ + --target-config config.yaml \ + --target-config-field targets \ + --postprocess-config config.yaml \ + --postprocess-config-field postprocessing \ + --model-config config.yaml \ + --model-config-field model