RemoveClassImages
Removes training images from an object class.
After removing training images from an object class, you must retrain the classifier.
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 |
Example
/action=RemoveClassImages&classifier=vehicles &identifier=cars &imagelabels=image1,image2
Response
<autnresponse> <action>REMOVECLASSIMAGES</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>