Package test.rawDeepLearningClassifier
Class PamZipDLClassifierTest
java.lang.Object
test.rawDeepLearningClassifier.PamZipDLClassifierTest
Test models that are zipped with a PMAGuard pgdl settings file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Test google's multi-species model against outputs obtained in Python.void
Test Google'smulti species model by feeding it two wav files, one which is upsampled to 24kHz and another which needs upsampled by the transforms to 24kHz.
-
Constructor Details
-
Method Details
-
multiSpeciesGoogleTest
@Test public void multiSpeciesGoogleTest()Test google's multi-species model against outputs obtained in Python. -
multiSpeciesGoogleTest2
@Test public void multiSpeciesGoogleTest2()Test Google'smulti species model by feeding it two wav files, one which is upsampled to 24kHz and another which needs upsampled by the transforms to 24kHz. Verify that the upsampling works
-