mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 14:41:58 +02:00
Add preprocess command to init
This commit is contained in:
parent
fdab0860fd
commit
b819180656
@ -1,6 +1,7 @@
|
||||
from batdetect2.cli.base import cli
|
||||
from batdetect2.cli.compat import detect
|
||||
from batdetect2.cli.data import data
|
||||
from batdetect2.cli.preprocess import preprocess
|
||||
from batdetect2.cli.train import train
|
||||
|
||||
__all__ = [
|
||||
@ -8,6 +9,7 @@ __all__ = [
|
||||
"detect",
|
||||
"data",
|
||||
"train",
|
||||
"preprocess",
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user