This commit is contained in:
@@ -64,7 +64,8 @@ class ClassifierCache:
|
||||
self._downloaded_files.append(weights_file_path)
|
||||
|
||||
# magic happens here
|
||||
self._current_classifier = Classifier(model_file_path, weights_file_path)
|
||||
with opentracing.tracer.start_active_span('classifier.loadNewClassifier'):
|
||||
self._current_classifier = Classifier(model_file_path, weights_file_path)
|
||||
|
||||
def get_default_classifier(self) -> Tuple[dict, Classifier]:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user