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 (
|
from batdetect2.typing import (
|
||||||
AudioLoader,
|
AudioLoader,
|
||||||
ClipDetections,
|
ClipDetections,
|
||||||
|
Detection,
|
||||||
EvaluatorProtocol,
|
EvaluatorProtocol,
|
||||||
PostprocessorProtocol,
|
PostprocessorProtocol,
|
||||||
PreprocessorProtocol,
|
PreprocessorProtocol,
|
||||||
Detection,
|
|
||||||
TargetProtocol,
|
TargetProtocol,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -14,8 +14,8 @@ from batdetect2.data.predictions.base import (
|
|||||||
from batdetect2.targets import terms
|
from batdetect2.targets import terms
|
||||||
from batdetect2.typing import (
|
from batdetect2.typing import (
|
||||||
ClipDetections,
|
ClipDetections,
|
||||||
OutputFormatterProtocol,
|
|
||||||
Detection,
|
Detection,
|
||||||
|
OutputFormatterProtocol,
|
||||||
TargetProtocol,
|
TargetProtocol,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -15,8 +15,8 @@ from batdetect2.data.predictions.base import (
|
|||||||
)
|
)
|
||||||
from batdetect2.typing import (
|
from batdetect2.typing import (
|
||||||
ClipDetections,
|
ClipDetections,
|
||||||
OutputFormatterProtocol,
|
|
||||||
Detection,
|
Detection,
|
||||||
|
OutputFormatterProtocol,
|
||||||
TargetProtocol,
|
TargetProtocol,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -16,8 +16,8 @@ from batdetect2.data.predictions.base import (
|
|||||||
)
|
)
|
||||||
from batdetect2.typing import (
|
from batdetect2.typing import (
|
||||||
ClipDetections,
|
ClipDetections,
|
||||||
OutputFormatterProtocol,
|
|
||||||
Detection,
|
Detection,
|
||||||
|
OutputFormatterProtocol,
|
||||||
TargetProtocol,
|
TargetProtocol,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -10,8 +10,8 @@ from batdetect2.data.predictions.base import (
|
|||||||
)
|
)
|
||||||
from batdetect2.typing import (
|
from batdetect2.typing import (
|
||||||
ClipDetections,
|
ClipDetections,
|
||||||
OutputFormatterProtocol,
|
|
||||||
Detection,
|
Detection,
|
||||||
|
OutputFormatterProtocol,
|
||||||
TargetProtocol,
|
TargetProtocol,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -23,8 +23,8 @@ from batdetect2.evaluate.affinity import (
|
|||||||
from batdetect2.typing import (
|
from batdetect2.typing import (
|
||||||
AffinityFunction,
|
AffinityFunction,
|
||||||
ClipDetections,
|
ClipDetections,
|
||||||
EvaluatorProtocol,
|
|
||||||
Detection,
|
Detection,
|
||||||
|
EvaluatorProtocol,
|
||||||
TargetProtocol,
|
TargetProtocol,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -7,8 +7,8 @@ from soundevent.geometry import compute_bounds
|
|||||||
from batdetect2.plotting.clips import plot_clip
|
from batdetect2.plotting.clips import plot_clip
|
||||||
from batdetect2.typing import (
|
from batdetect2.typing import (
|
||||||
AudioLoader,
|
AudioLoader,
|
||||||
PreprocessorProtocol,
|
|
||||||
Detection,
|
Detection,
|
||||||
|
PreprocessorProtocol,
|
||||||
)
|
)
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
|||||||
@ -12,9 +12,9 @@ from batdetect2.typing.models import BackboneModel, DetectionModel, ModelOutput
|
|||||||
from batdetect2.typing.postprocess import (
|
from batdetect2.typing.postprocess import (
|
||||||
ClipDetections,
|
ClipDetections,
|
||||||
ClipDetectionsTensor,
|
ClipDetectionsTensor,
|
||||||
|
Detection,
|
||||||
GeometryDecoder,
|
GeometryDecoder,
|
||||||
PostprocessorProtocol,
|
PostprocessorProtocol,
|
||||||
Detection,
|
|
||||||
)
|
)
|
||||||
from batdetect2.typing.preprocess import (
|
from batdetect2.typing.preprocess import (
|
||||||
AudioLoader,
|
AudioLoader,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user