List the Supported Vehicle Makes
Media Server has been pre-trained to identify the make of many vehicles. To see the list of supported vehicle makes, use the action ListVehicleMakes
.
To list the supported vehicle makes
-
Run the action
ListVehicleMakes
, for example:curl http://localhost:14000 -F action=ListVehicleMakes
Media Server returns the list of supported makes.
If you want to recognize a vehicle model that is not from one of the supported makes, you can train the vehicle model using the make Unknown
.
To request support for a vehicle make, first obtain training images. Media Server includes a sample configuration, configurations/examples/VehicleModel/OutputMakePatches.cfg
, that encodes suitable images. The configuration saves images into folders which match the name of an existing vehicle make, or "unknown". The images for an unknown make might be classified as "unknown", but depending on the recognition threshold and the similarity with existing vehicle makes, they might also be classified, incorrectly, as an existing vehicle make. After obtaining training images, contact Micro Focus IDOL Technical Support.