Skip to content

Commit

Permalink
remove deprecated method call from_ir (cvat-ai#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoff authored and Chris Lee-Messer committed Mar 5, 2020
1 parent d2cf168 commit d5e9f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/auto_annotation/inference_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def make_plugin():


def make_network(model, weights):
return IENetwork.from_ir(model = model, weights = weights)
return IENetwork(model = model, weights = weights)

0 comments on commit d5e9f79

Please sign in to comment.