From b21c22498510c4035bd0bcfe9fcc8b31cd06cd72 Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Thu, 26 Jun 2025 07:55:40 -0600 Subject: [PATCH] Add example preprocess to make file --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Makefile b/Makefile index d2922be..5b908d3 100644 --- a/Makefile +++ b/Makefile @@ -92,3 +92,15 @@ clean-build: rm -rf build/ dist/ *.egg-info/ clean: clean-build clean-pyc clean-test clean-docs + +example-preprocess: + batdetect2 preprocess \ + --base-dir . \ + --dataset-field datasets.train \ + --preprocess-config config.yaml \ + --preprocess-config-field preprocessing \ + --label-config config.yaml \ + --label-config-field labels \ + --target-config config.yaml \ + --target-config-field targets \ + config.yaml example_data/preprocessed