Lists the detectors that exist in the training database for use with object detection.
Type: synchronous
/action=ListDetectors
The response includes a list of detectors, and the number of classes that exist in each detector. The state element describes the state of the detector.
<autnresponse>
<action>LISTDETECTORS</action>
<response>SUCCESS</response>
<responsedata>
<detector>
<detector>roadscene</detector>
<state>TRAINED</state>
<numclasses>3</numclasses>
</detector>
</responsedata>
</autnresponse>
|
|