Skip to content

Commit d5e9f79

Browse files
benhoffChris Lee-Messer
authored and
Chris Lee-Messer
committed
remove deprecated method call from_ir (cvat-ai#726)
1 parent d2cf168 commit d5e9f79

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)