Skip to content

Commit

Permalink
make execute single public
Browse files Browse the repository at this point in the history
  • Loading branch information
martvanrijthoven authored Oct 22, 2023
1 parent 50646c8 commit d99090b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooknet/inference/apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)


def _execute_inference_single(
def execute_inference_single(
iterator,
model,
image_path,
Expand Down Expand Up @@ -130,7 +130,7 @@ def execute_inference(
)

print("Run inference")
_execute_inference_single(
execute_inference_single(
iterator=iterator,
model=model,
image_path=image_path,
Expand Down

0 comments on commit d99090b

Please sign in to comment.