Class RightWhaleModel1
java.lang.Object
rawDeepLearningClassifier.defaultModels.RightWhaleModel1
- All Implemented Interfaces:
DLModel
Right whale model from Shiu et al. 2019
*
Shiu, Y., Palmer, K.J., Roch, M.A., Fleishman, E., Liu, X., Nosal, E.-M., Helble, T., Cholewiak, D., Gillespie, D., Klinck, H., 2020. Deep neural networks for automated detection of marine mammal species. Scientific Reports 10, 607. https://doi.org/10.1038/s41598-020-57549-y
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the citation for the modelGet the link to the paper for the modelGet a brief description of the model.The model name.Get the URI to the model filegetName()
Get a name for the modelvoid
setParams
(Serializable dlModelSettings) Set the model settings once it has loaded.
-
Constructor Details
-
RightWhaleModel1
public RightWhaleModel1()
-
-
Method Details
-
getDescription
Description copied from interface:DLModel
Get a brief description of the model.- Specified by:
getDescription
in interfaceDLModel
- Returns:
- a brief description of the model.
-
getName
Description copied from interface:DLModel
Get a name for the model -
getCitation
Description copied from interface:DLModel
Get the citation for the model- Specified by:
getCitation
in interfaceDLModel
- Returns:
- - the citation.
-
getModelURI
Description copied from interface:DLModel
Get the URI to the model file- Specified by:
getModelURI
in interfaceDLModel
- Returns:
- the model URI.
-
setParams
Description copied from interface:DLModel
Set the model settings once it has loaded. -
getModelName
Description copied from interface:DLModel
The model name. This is used if, for example, a model is downloaded as a zip file and the model file is located somewhere within the saved folder. For Tensorflow models this will often be saved_model.pb- Specified by:
getModelName
in interfaceDLModel
- Returns:
- the model name;
-
getCitationLink
Description copied from interface:DLModel
Get the link to the paper for the model- Specified by:
getCitationLink
in interfaceDLModel
- Returns:
- the citation link.
-