Imports an existing detector into your training database.
Type: asynchronous
Parameter | Description | Required |
---|---|---|
detector
|
The name to give to the imported detector. | Yes |
detectordata
|
The detector data to import. Files must be uploaded as multipart/form-data. For more information about sending data to HPE Media Server, refer to the HPE Media Server Administration Guide. | Set this or detectorpath |
detectorpath
|
The path to the file that contains the detector to import. | Set this or detectordata |
The following example imports an existing detector:
/action=ImportDetector&detector=roadscene &detectorpath=./pretrained/objectdetection/roadscene.dat
This action is asynchronous, so HPE 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.
|