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