Add example preprocess to make file

This commit is contained in:
mbsantiago 2025-06-26 07:55:40 -06:00
parent 152a577511
commit b21c224985

View File

@ -92,3 +92,15 @@ clean-build:
rm -rf build/ dist/ *.egg-info/ rm -rf build/ dist/ *.egg-info/
clean: clean-build clean-pyc clean-test clean-docs 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