Class DeepAcousticsClassifier

All Implemented Interfaces:
PamSettings, SettingsNameProvider, DLClassiferModel

public class DeepAcousticsClassifier extends ArchiveModelClassifier
A classifier based on the Deep Acoustics method which uses object detection models within spectrograms to predict dolphin whistle detections and then classify to species. This extends the ArchiveModelClassifier to provide functionality for interpreting the results from the Deep Acoustics model, which detects objects within input segments. Specifically the deep acoustics model can return multiple results per segment and bounding boxes (i.e. time and frequency limits of input data is not necassarily the same as the output) which is different from most other models
Author:
Jamie Macaulay