Skip to content

Commit 8e7a758

Browse files
benhoffnmanovic
authored andcommitted
remove deprecated method call from_ir (#726)
1 parent 91f7713 commit 8e7a758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cvat/apps/auto_annotation/inference_engine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ def make_plugin():
3737

3838

3939
def make_network(model, weights):
40-
return IENetwork.from_ir(model = model, weights = weights)
40+
return IENetwork(model = model, weights = weights)

0 commit comments

Comments
 (0)