Example #1
0
 public MRCnnModel(IHttpClientFactory httpClientFactory, IModelControls controls)
 {
     Timer = new Stopwatch();
     this.httpClientFactory = httpClientFactory;
     this.controls          = controls;
     LastPredictions        = new Dictionary <int, MRCnnResponse>();
 }
 public ModelControlController(IModelControls controls)
 {
     this.controls = controls;
 }