Removes (deletes) a detector that was created for object detection.
All classes and training stored in the detector are discarded.
Type: synchronous
Parameter | Description | Required |
---|---|---|
detector
|
The name of the detector to remove. | Yes |
The following example removes the detector named roadscene
.
/action=RemoveDetector&detector=roadscene
<autnresponse>
<action>REMOVEDETECTOR</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|