Imports an existing object class recognizer into your training database.
Type: asynchronous
Parameter | Description | Required |
---|---|---|
recognizer
|
The name to give to the imported recognizer. | Yes |
recognizerdata
|
The data to import. Files must be uploaded as multipart/form-data. For more information about sending data to Media Server, refer to the Media Server Administration Guide. | Set this or recognizerpath |
recognizerpath
|
The path to the file that contains the data to import. | Set this or recognizerdata |
The following example imports an existing recognizer:
/action=ImportObjectClassRecognizer&recognizer=RoadScene &recognizerpath=./pretrained/RoadScene.dat
This action is asynchronous, so Media Server always returns success accompanied by a token. You can use this token with the QueueInfo action to retrieve the status of the action.
|