mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-04-04 15:20:19 +02:00
Run automated fixes
This commit is contained in:
parent
0adb58e039
commit
4509602e70
@ -33,10 +33,10 @@ from batdetect2.train import (
|
||||
from batdetect2.typing import (
|
||||
AudioLoader,
|
||||
ClipDetections,
|
||||
Detection,
|
||||
EvaluatorProtocol,
|
||||
PostprocessorProtocol,
|
||||
PreprocessorProtocol,
|
||||
Detection,
|
||||
TargetProtocol,
|
||||
)
|
||||
|
||||
|
||||
@ -14,8 +14,8 @@ from batdetect2.data.predictions.base import (
|
||||
from batdetect2.targets import terms
|
||||
from batdetect2.typing import (
|
||||
ClipDetections,
|
||||
OutputFormatterProtocol,
|
||||
Detection,
|
||||
OutputFormatterProtocol,
|
||||
TargetProtocol,
|
||||
)
|
||||
|
||||
|
||||
@ -15,8 +15,8 @@ from batdetect2.data.predictions.base import (
|
||||
)
|
||||
from batdetect2.typing import (
|
||||
ClipDetections,
|
||||
OutputFormatterProtocol,
|
||||
Detection,
|
||||
OutputFormatterProtocol,
|
||||
TargetProtocol,
|
||||
)
|
||||
|
||||
|
||||
@ -16,8 +16,8 @@ from batdetect2.data.predictions.base import (
|
||||
)
|
||||
from batdetect2.typing import (
|
||||
ClipDetections,
|
||||
OutputFormatterProtocol,
|
||||
Detection,
|
||||
OutputFormatterProtocol,
|
||||
TargetProtocol,
|
||||
)
|
||||
|
||||
|
||||
@ -10,8 +10,8 @@ from batdetect2.data.predictions.base import (
|
||||
)
|
||||
from batdetect2.typing import (
|
||||
ClipDetections,
|
||||
OutputFormatterProtocol,
|
||||
Detection,
|
||||
OutputFormatterProtocol,
|
||||
TargetProtocol,
|
||||
)
|
||||
|
||||
|
||||
@ -23,8 +23,8 @@ from batdetect2.evaluate.affinity import (
|
||||
from batdetect2.typing import (
|
||||
AffinityFunction,
|
||||
ClipDetections,
|
||||
EvaluatorProtocol,
|
||||
Detection,
|
||||
EvaluatorProtocol,
|
||||
TargetProtocol,
|
||||
)
|
||||
|
||||
|
||||
@ -7,8 +7,8 @@ from soundevent.geometry import compute_bounds
|
||||
from batdetect2.plotting.clips import plot_clip
|
||||
from batdetect2.typing import (
|
||||
AudioLoader,
|
||||
PreprocessorProtocol,
|
||||
Detection,
|
||||
PreprocessorProtocol,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
|
||||
@ -12,9 +12,9 @@ from batdetect2.typing.models import BackboneModel, DetectionModel, ModelOutput
|
||||
from batdetect2.typing.postprocess import (
|
||||
ClipDetections,
|
||||
ClipDetectionsTensor,
|
||||
Detection,
|
||||
GeometryDecoder,
|
||||
PostprocessorProtocol,
|
||||
Detection,
|
||||
)
|
||||
from batdetect2.typing.preprocess import (
|
||||
AudioLoader,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user