Model🔗

callcut.nn provides neural network models for call detection.

The BaseDetector abstract class defines the interface for all models, including sliding-window inference via predict().

Models🔗

BaseDetector(n_bands, window_frames)

Abstract base class for call detection models.

TinySegCNN(n_bands, window_frames[, base])

Lightweight 1D CNN for call detection.