mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 14:41:58 +02:00
Add example preprocess to make file
This commit is contained in:
parent
152a577511
commit
b21c224985
12
Makefile
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user