HPE may provide classifiers that you can use with HPE Media Server to classify images. These classifiers are pre-trained, and to use one you only need to import the training data into your HPE Media Server database.
For a list of the available pre-trained classifiers, see Pre-Trained Classifiers.
To import a classifier
Go to https://downloads.autonomy.com/productDownloads.jsp and download the classifier to your HPE Media Server machine. When you download the classifier, ensure the version of the classifier matches the version of HPE Media Server that you are using.
Import the training data by running the action ImportClassifer
, for example if you downloaded the file to the folder pretrained/objectclass
, in the HPE Media Server installation folder:
/action=ImportClassifier&classifier=imagenet
&classifierpath=./pretrained/objectclass/imagenet.dat
where,
classifier
|
The name to give to the imported classifier. |
classifierpath
|
The path of the classifier data file on disk |
classifierdata
|
The classifier data (you can set this as an alternative to classifierpath ). |
HPE Media Server imports the data. You can now run classification.
|