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
.
|