public class PpFaceDetection
extends ai.djl.modality.cv.zoo.ObjectDetectionModelLoader
Constructor and Description |
---|
PpFaceDetection(ai.djl.repository.Repository repository,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
ai.djl.repository.zoo.ModelZoo modelZoo)
Creates the Model loader from the given repository.
|
public PpFaceDetection(ai.djl.repository.Repository repository, java.lang.String groupId, java.lang.String artifactId, java.lang.String version, ai.djl.repository.zoo.ModelZoo modelZoo)
repository
- the repository to load the model fromgroupId
- the group id of the modelartifactId
- the artifact id of the modelversion
- the version number of the modelmodelZoo
- the modelZoo type that is being used to get supported engine types