Package rawDeepLearningClassifier.dlClassification.deepAcoustics


package rawDeepLearningClassifier.dlClassification.deepAcoustics
  • Classes
    Class
    Description
     
    Write .mat files for deepAcoustic model results.
    Parameters for the Deep Acoustics model.
    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.
    The DeepAcousticsModel class extends SimpleArchiveModel to provide functionality for running deep acoustics models via a new djl translator and extracting some extra info from the JSON file that is not included in the generalised metadata.
    Settings pane for the Deep Acoustics classifier.
    A data unit for the Deep Acoustics method which uses object detection models within spectrograms to predict dolphin whistle detections and then classify to species.
    A test class for the Deep Acoustics model.
     
    The DeepAcousticsWorker class extends ArchiveModelWorker to handle the execution of the Deep Acoustics model.