mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 14:41:58 +02:00
Add example-train to makefile
This commit is contained in:
parent
b21c224985
commit
363eb9fb2f
14
Makefile
14
Makefile
@ -104,3 +104,17 @@ example-preprocess:
|
|||||||
--target-config config.yaml \
|
--target-config config.yaml \
|
||||||
--target-config-field targets \
|
--target-config-field targets \
|
||||||
config.yaml example_data/preprocessed
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user