Class DeepAcousticParams
java.lang.Object
rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelParams
rawDeepLearningClassifier.dlClassification.deepAcoustics.DeepAcousticParams
- All Implemented Interfaces:
Serializable,Cloneable
Parameters for the Deep Acoustics model.
This class extends StandardModelParams to include specific parameters for the Deep Acoustics model.
Parameters for the Deep Acoustics classifier.
Parameters for the Deep Acoustics classifier.
This class extends StandardModelParams and adds specific parameters for the Deep Acoustics model.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue to merge overlapping boxes.doublefloatMinimum overlap required to merge two boxes.Fields inherited from class rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelParams
binaryClassification, classNames, defaultSegmentLen, dlTransfromParams, dlTransfroms, exampleSoundIndex, modelPath, numClasses, threshold, useCUDA, useDefaultSegLen, useDefaultTransfroms -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelParams
clone, setExampleSound, setModel, toString
-
Field Details
-
minConfidence
public double minConfidence -
mergeOverlap
public boolean mergeOverlapTrue to merge overlapping boxes. -
minMergeOverlap
public float minMergeOverlapMinimum overlap required to merge two boxes. For example, if 0.05 then at least 5% overlap in area is required to merge two boxes.
-
-
Constructor Details
-
DeepAcousticParams
public DeepAcousticParams()
-