Removes training images from an object class.
After removing training images from an object class, you must retrain the classifier.
Note: This is an administrative action that can be sent only from AdminClients (which are set in the [Server]
section of the configuration file).
Type: synchronous
Parameter | Description | Required |
---|---|---|
classifier
|
The name of the classifier that contains the object class. | Yes |
identifier
|
The identifier of the object class from which to remove images. | Yes |
imagelabels
|
A comma-separated list of labels specifying the images to remove. | Yes |
/action=RemoveClassImages&classifier=vehicles &identifier=cars &imagelabels=image1,image2
<autnresponse> <action>REMOVECLASSIMAGES</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|