We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
from_ir
1 parent 91f7713 commit 8e7a758Copy full SHA for 8e7a758
cvat/apps/auto_annotation/inference_engine.py
@@ -37,4 +37,4 @@ def make_plugin():
37
38
39
def make_network(model, weights):
40
- return IENetwork.from_ir(model = model, weights = weights)
+ return IENetwork(model = model, weights = weights)
0 commit comments