EasyCV
0.9.36
Easy! Computer Vision
|
Private Member Functions | |
void | process (Ice::Identity client, RunSet run, TrainerProperties props) |
bool | cancel (Ice::Identity client) |
TrainerProperties | getTrainerProperties () |
A trainer service that produces an object detection service
|
private |
Try to cancel the process that the specified client initialized.
client | The TrainerCallbackHandler that was passed to the process function. |
|
private |
Return the default properties of the service. Every service should be stateless, that is, present a clean slate to every connecting client.
|
private |
client | The TrainerCallbackHandler that is to receive runtime updates and the created trained model, if any. This call will block until after completedProcessing was called on the CallbackHandler (which needs to be of type TrainerCallbackHandler) |
run | The images, videos, and their metadata from which to train a detector. |
props | Optionally configure the detector. |